12 lines
255 B
Forth
12 lines
255 B
Forth
|
|
\s skips all remaining text in the file
|
||
|
|
(( skips until the next double-paren,
|
||
|
|
stretching across multiple lines ))
|
||
|
|
comment:
|
||
|
|
Ignore all text in this section
|
||
|
|
comment;
|
||
|
|
doc
|
||
|
|
Another comment block
|
||
|
|
enddoc
|
||
|
|
/* C-style comment */
|
||
|
|
(* Pascal-style comment *)
|