Handbook
Glossary
<text> ( string style -- text )
Vocabulary
prettyprint
.
sections
Inputs
string
a
string
style
a
hashtable
Outputs
text
a new text section
Word description
Creates a text section.
Definition
USING:
accessors
kernel
math
sequences
;
IN:
prettyprint.sections
:
<text>
( string style -- text )
over
length
1
+
text-section
new-section
swap
>>style
swap
>>string
;