Comment - Geomol/World GitHub Wiki
Usage
comment value
Description
Ignores the argument value and returns nothing.
comment is a function!
Arguments
value -- A string, block, or any other value [any-type!]
Examples
w> comment "ignored" print 1
1
w> print [1 2 comment "ignored" 3]
1 2 ?unset!? 3