not?

¬

return the logical complement of the given value


Parameters

not? value :logical :block

Returns

  • :logical

Examples

copy
ready: false if not? ready [ print "we're still not ready!" ] ; we're still not ready!

Related