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

USAGE

   PRINT value

DESCRIPTION

Outputs a value followed by a line break.

PRINT is a native value.

ARGUMENTS

  • value -- The value to print (any-type!)

#SOURCE

print: make native! [  [
    "Outputs a value followed by a line break."
    value [any-type!] "The value to print"
] ]
Clone this wiki locally