< Rebol Programming
USAGE:
NEW-LINE? block
DESCRIPTION:
Returns the state of the new-line marker within a block.
NEW-LINE? is a native value.
ARGUMENTS
- block -- Position in block to check marker (Type: block)
SOURCE CODE
new-line?: native[ {Returns the state of the new-line marker within a block.} block [block!] "Position in block to check marker" ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.