7.6.2.2535 \ backslash BLOCK EXT
Extend the semantics of 6.2.2535 \ to be:
Compilation:
Perform the execution semantics given below.
Execution:
( "ccc<eol>" -- )
If BLK contains zero, parse and discard the remainder of the parse area; otherwise parse and discard the portion of the parse area corresponding to the remainder of the current line. \ is an immediate word.
ContributeContributions
JimPeterson [279] "... the remainder of the current line."?Request for clarification2023-02-11 16:04:29
While 7.3.3 states "A block is conventionally displayed as 16 lines of 64 characters.", this doesn't really solidly define what "... the remainder of the current line." actually means. Does it mean to imply that \
will skip >IN
to the next multiple of 64, or would CR
characters terminate a line?