Rebol Programming/new-line?
USAGE:Edit
NEW-LINE? block
DESCRIPTION:Edit
Returns the state of the new-line marker within a block.
NEW-LINE? is a native value.
ARGUMENTSEdit
- block -- Position in block to check marker (Type: block)
SOURCE CODEEdit
new-line?: native[ {Returns the state of the new-line marker within a block.} block [block!] "Position in block to check marker" ]