Handbook
Glossary
$equiv-word-note ( children -- )
Vocabulary
math
.
matrices
.
private
Inputs
children
an
object
Outputs
None
Definition
USING:
help.markup
kernel
sequences
sequences.generalizations
;
IN:
math.matrices.private
:
$equiv-word-note
( children -- )
[
"This word is the "
]
dip
first2
" variant of "
swap
[
{
$link
}
]
dip
suffix
"."
5
narray
print-element
;