nor?

return the logical NOR for the given values


Parameters

nor? valueA :logical :block
     valueB :logical :block

Returns

  • :logical

Examples

copy
x: 2 y: 3 if? nor? x>2 y=3 [ print "yep, that's correct!"] ] else [ print "nope, that's not correct" ] ; nope, that's not correct

Related