comment - Factor Documentation

comment


Vocabulary
modern .html

Definition
IN: modern.html

TUPLE: comment open payload close ;


Methods
USING: combinators modern.html ;

M: comment walk-html ( obj -- ) call-effect ;


USING: accessors kernel make modern.html ;

M: comment write-html
[ open>> % ] [ payload>> % ] [ close>> % ] tri ;

AltStyle によって変換されたページ (->オリジナル) /