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

USAGE

   COMMENT value

DESCRIPTION

Ignores the argument value and returns nothing.

COMMENT is a native value.

ARGUMENTS

  • value -- A string, block, file, etc.

#SOURCE

comment: make native! [  [
    "Ignores the argument value and returns nothing."
    value "A string, block, file, etc."
] ]

Clone this wiki locally