Skip to content
angerangel edited this page Dec 18, 2012 · 2 revisions

Table of Contents

USAGE

 !value

DESCRIPTION

Returns the logic complement. ! is a native value.

ARGUMENTS

  • value -- (Only FALSE and NONE return TRUE)

SOURCE

!: make native! [  [
    "Returns the logic complement."
    value "(Only FALSE and NONE return TRUE)"
] ]

Clone this wiki locally