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

USAGE

   SELFLESS? context

DESCRIPTION

Returns true if the context doesn't bind 'self.

SELFLESS? is a native value.

ARGUMENTS

  • context -- A reference to the target context (any-word! any-object!)

#SOURCE

selfless?: make native! [  [
    "Returns true if the context doesn't bind 'self."
    context [any-word! any-object!] "A reference to the target context"
] ]
Clone this wiki locally