Word description Provides C-like comments that can span multiple lines. One caveat is that /* and */ are still tokens and must not appear in the comment text itself. Another caveat is that, unlike in C, the whitespace space after the /* is mandatory.
Examples
USING: multiline ;
/* I think that I shall never see
A poem lovely as a tree. */