backslash-backslash:toolbelt — ordinary primitive
FORTH
\\ ( "...<eof>" -- )(
)
Ignore the rest of the input stream.
: \\ BEGIN -1 PARSE 2DROP REFILL 0= UNTIL ;