8 lines
170 B
Factor
8 lines
170 B
Factor
|
|
! Comments starts with "! "
|
||
|
|
#! Or with "#! "
|
||
|
|
! and last until the end of the line
|
||
|
|
|
||
|
|
USE: multiline
|
||
|
|
/* The multiline vocabulary implements
|
||
|
|
C-like multiline comments. */
|