Skip to content
angerangel edited this page Mar 20, 2013 · 1 revision

USAGE

   TRUE? val

DESCRIPTION

Returns true if an expression can be used as true.

TRUE? is a function value.

ARGUMENTS

  • val

#SOURCE

true?: make function! [  [
    "Returns true if an expression can be used as true."
    val
][not not :val] ]
Clone this wiki locally