You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
] ]