Skip to content
angerangel edited this page Dec 18, 2012 · 1 revision

Table of Contents

USAGE

  --- value

DESCRIPTION

Ignores the argument value and returns nothing. --- is a native value.

ARGUMENTS

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

SOURCE

---: make native! [  [
    "Ignores the argument value and returns nothing."
    value "A string, block, file, etc."
] ] 
Clone this wiki locally