- :logical
or?
∨
return the logical OR for the given values
Parameters
or? valueA :logical :block
valueB :logical :blockReturns
Examples
copyx: 2 y: 4 if or? x=2 y>5 [ print "yep, that's correct!"] ] ; yep, that's correct!
∨
or? valueA :logical :block
valueB :logical :blockcopyx: 2 y: 4 if or? x=2 y>5 [ print "yep, that's correct!"] ] ; yep, that's correct!