Handbook
Glossary
string-style ( str -- style )
Prettyprinter stylesheet
Prev:
word-style ( word -- style )
Next:
vocab-style ( vocab -- style )
Vocabulary
prettyprint
.
stylesheet
Inputs
str
a
string
Outputs
style
a style assoc
Word description
The stylesheet for string literals
Definition
USING:
assocs
io.styles
kernel
namespaces
;
IN:
prettyprint.stylesheet
:
string-style
( str -- style )
presented
base-string-style
get
clone
[
set-at
]
keep
;