User Tools

Site Tools


crpl:docs:and

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Logical Operators

and

ArgumentsResultNotation
Two items on the stackThe conditional AND of the two arguments n1 n2 – n3

Description

Pops two items from the stack, treats them as boolean values, 'ands' them, and pushes 0 or 1 back to the stack.

Examples

example goes here
crpl/docs/and.1358489352.txt.gz · Last modified: 2014/10/01 15:02 (external edit)