Handbook
Glossary
$finite-input-note ( children -- )
Vocabulary
math
.
matrices
.
private
Inputs
children
an
object
Outputs
None
Definition
USING:
help.markup
kernel
sequences
sequences.generalizations
;
IN:
math.matrices.private
:
$finite-input-note
( children -- )
[
"Only the first "
]
dip
first2
" values in "
swap
[
{
$snippet
}
]
dip
suffix
" are used."
5
narray
print-element
;