!LICENSE
Code annotations
Prev:!HACK
Next:!LOL


Vocabulary
annotations

Syntax
!LICENSE your comment here


Word description
Treats the rest of the line after the exclamation point as a code annotation that can be looked up with the LICENSEs. word.
: foo ( x y z -- w ) !LICENSE --w-ó()ò-w-- kilroy was here + * ;


See also
LICENSEs, LICENSEs.

Definition
USING: sequences ;

IN: annotations

SYNTAX: !LICENSE (parse-annotation) \ (LICENSE) suffix! ;