- :logical
not?
¬
return the logical complement of the given value
Parameters
not? value :logical :block
Returns
Examples
copyready: false if not? ready [ print "we're still not ready!" ] ; we're still not ready!
¬
not? value :logical :block
copyready: false if not? ready [ print "we're still not ready!" ] ; we're still not ready!