RosettaCodeData/Task/Comments/Forth/comments-4.fth

12 lines
255 B
Forth
Raw Permalink Normal View History

\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 *)