User Tools

Site Tools


crpl:docs:and

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
crpl:docs:and [2014/07/08 22:38] – Added example, improved information box ParkourPenguincrpl:docs:and [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#logical_operators|Logical Operators]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#logical_operators|Logical Operators]]
 =====  and  ===== =====  and  =====
  
-^Arguments^Result^Notation^ +<-bool1 <-bool2 and ->boolResult
-|Two items on the stack|The conditional AND of the two arguments |''b1 b2 -- b3 ''+
  
 === Description === === Description ===
 Pops two items from the stack and treats them as TRUE/FALSE (0/1 or Boolean) values. If they are both TRUE, 1 is pushed to the stack. Otherwise, 0 is pushed to the stack. Pops two items from the stack and treats them as TRUE/FALSE (0/1 or Boolean) values. If they are both TRUE, 1 is pushed to the stack. Otherwise, 0 is pushed to the stack.
 === Examples === === Examples ===
-<code>TRUE TRUE and Trace     #prints out 1 (TRUE) to the tracelog+<code 4RPL> 
 +TRUE TRUE and Trace     #prints out 1 (TRUE) to the tracelog
 TRUE FALSE and Trace    #prints out 0 (FALSE) to the tracelog TRUE FALSE and Trace    #prints out 0 (FALSE) to the tracelog
 FALSE TRUE and Trace    #prints out 0 (FALSE) to the tracelog FALSE TRUE and Trace    #prints out 0 (FALSE) to the tracelog
 FALSE FALSE and Trace   #prints out 0 (FALSE) to the tracelog</code>  FALSE FALSE and Trace   #prints out 0 (FALSE) to the tracelog</code> 
  
crpl/docs/and.1404859128.txt.gz · Last modified: 2025/02/14 14:56 (external edit)