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