- :logical
xnor?
return the logical XNOR for the given values
Parameters
xnor? valueA :logical :block valueB :logical :block
Returns
Examples
copyx: 2 y: 3 if? xnor? x=2 y=3 [ print "yep, that's correct!"] ] else [ print "nope, that's not correct" ] ; yep, that's not correct