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