Handbook
Glossary
new-array ( size location -- )
Vocabulary
icfp
.
2006
Inputs
size
an
object
location
an
object
Outputs
None
Definition
USING:
arrays
kernel
namespaces
sequences
;
IN:
icfp.2006
:
new-array
( size location -- )
[
0
<array>
]
dip
arrays
get
set-nth
;