Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   NEW-LINE? block

DESCRIPTION

Returns the state of the new-line marker within a block or paren.

NEW-LINE? is a native value.

ARGUMENTS

  • block -- Position in block to check marker (block! paren!)

#SOURCE

new-line?: make native! [  [
    {Returns the state of the new-line marker within a block or paren.}
    block [block! paren!] "Position in block to check marker"
] ]
Clone this wiki locally