- :logical
and?
∧
return the logical AND for the given values
Parameters
and? valueA :logical :block valueB :logical :block
Returns
Examples
copyx: 2 y: 5 if and? x=2 y>5 [ print "yep, that's correct!"] ] ; yep, that's correct!
∧
and? valueA :logical :block valueB :logical :block
copyx: 2 y: 5 if and? x=2 y>5 [ print "yep, that's correct!"] ] ; yep, that's correct!