REBOL Programming/new-line?

      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"
      ]
      
      Last modified on 13 November 2012, at 10:48