Handbook
Glossary
doctype
Vocabulary
modern
.
html
Definition
IN:
modern.html
TUPLE:
doctype
open close values
;
Methods
USING:
combinators
modern.html
;
M:
doctype
walk-html
( obj -- )
call-effect
;
USING:
accessors
kernel
make
modern.html
sequences
;
M:
doctype
write-html
[
open>>
%
]
[
values>>
[
>value
]
map
" "
join
[
" "
%
%
]
unless-empty
]
[
close>>
%
]
tri
;
USING:
kernel
modern.html
;
M:
doctype
xml-find-by
2drop
f
;