Name

backslash-backslash:toolbelt — ordinary primitive

Synopsis

FORTH
\\ ( "...<eof>" -- )(); 
 ;

Description

Ignore the rest of the input stream.

 : \\   BEGIN  -1 PARSE  2DROP  REFILL 0= UNTIL ;