User Tools

Site Tools


crpl:docs:or

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
crpl:docs:or [2021/02/05 11:43] – Rmoved discussion tag Karsten75crpl:docs:or [2022/07/01 14:45] (current) – reformat Karsten75
Line 3: Line 3:
 =====  or  ===== =====  or  =====
  
-^Arguments^Result^Notation^ +or
-|Two items on the stack|The conditional OR of the two arguments |''b1 b2 -- b3 ''+
  
 === Description === === Description ===
Line 12: Line 10:
 If either items are TRUE, or both are TRUE, it returns TRUE to the stack. If both items are FALSE, FALSE is returned to the stack. If either items are TRUE, or both are TRUE, it returns TRUE to the stack. If both items are FALSE, FALSE is returned to the stack.
 === Examples === === Examples ===
-<code>TRUE  TRUE  or Trace   #prints out 1 (TRUE) to the tracelog+<code 4RPL> 
 +TRUE  TRUE  or Trace   #prints out 1 (TRUE) to the tracelog
 TRUE  FALSE or Trace   #prints out 1 (TRUE) to the tracelog TRUE  FALSE or Trace   #prints out 1 (TRUE) to the tracelog
 FALSE TRUE  or Trace   #prints out 1 (TRUE) to the tracelog FALSE TRUE  or Trace   #prints out 1 (TRUE) to the tracelog
 FALSE FALSE or Trace   #prints out 0 (FALSE) to the tracelog</code>  FALSE FALSE or Trace   #prints out 0 (FALSE) to the tracelog</code> 
  
crpl/docs/or.1612543437.txt.gz · Last modified: 2021/02/05 11:43 by Karsten75