Handbook
Glossary
(format) ( neg? f e quot -- str )
Vocabulary
math
.
parser
.
private
Inputs
neg?
an
object
f
an
object
e
an
object
quot
an
object
Outputs
str
an
object
Definition
USING:
kernel
math.parser
sequences
;
IN:
math.parser.private
:
(format)
( neg? f e quot -- str )
[
>dec
dup
length
]
2dip
call
""
like
;
inline