multiline-docs: amend the help for /*

windows-high-dpi
Alexander Iljin 2018-01-23 13:51:48 +01:00
parent 6f408e38bd
commit 97a2a9533c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ HELP: STRING:
HELP: /*
{ $syntax "/* comment */" }
{ $description "Provides C-like comments that can span multiple lines. One caveat is that " { $snippet "/*" } " and " { $snippet "*/" } " are still tokens and must not appear in the comment text itself." }
{ $description "Provides C-like comments that can span multiple lines. One caveat is that " { $snippet "/*" } " and " { $snippet "*/" } " are still tokens and must not appear in the comment text itself. Another caveat is that, unlike in C, the whitespace space after the " { $snippet "/*" } " is mandatory." }
{ $examples
{ $example "USING: multiline ;"
"/* I think that I shall never see"