Handbook
Glossary
# ( n -- )
Factor handbook
»
The language
»
Collections
»
Making sequences with variables
Prev:
% ( seq -- )
Next:
,, ( value key -- )
Vocabulary
math
.
parser
Inputs
n
a
real
Outputs
None
Word description
Appends the string representation of a real number to the end of the sequence being constructed by
make
.
Definition
USING:
make
;
IN:
math.parser
:
#
( n -- )
number>string
%
;
inline