User Tools

Site Tools


crpl:docs:if

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
crpl:docs:if [2013/01/14 14:10] – external edit 127.0.0.1crpl:docs:if [2014/10/01 15:02] – external edit 127.0.0.1
Line 1: Line 1:
 +~~DISCUSSION~~ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]]
 =====  if  ===== =====  if  =====
  
Line 8: Line 9:
 === Description === === Description ===
 Evaluate the first element on the stack.  Evaluate the first element on the stack. 
-If True, then execute statements that follow, up to the ehdif statement. +If True, then execute statements that follow, up to the endif statement. 
 If False, execution skips to the first statement following the endif statement.  If False, execution skips to the first statement following the endif statement. 
 Any nonzero value is consierered True, a value of zero is False. Any nonzero value is consierered True, a value of zero is False.
Line 20: Line 21:
  endif  endif
 </code>  </code> 
- 
  
crpl/docs/if.txt · Last modified: 2016/10/09 20:42 by GoodMorning