Rebol Programming/comment
Appearance
USAGE:
[edit | edit source]COMMENT value
DESCRIPTION:
[edit | edit source]Ignores the argument value and returns nothing.
COMMENT is a native value.
ARGUMENTS
[edit | edit source]- value -- A string, block, or any other value (Type: any)
SOURCE CODE
[edit | edit source]comment: native[ "Ignores the argument value and returns nothing." value "A string, block, or any other value" ]