Handbook
Glossary
$keep-shape-note ( children -- )
Vocabulary
math
.
matrices
.
private
Inputs
children
an
object
Outputs
None
Definition
USING:
help.markup
kernel
;
IN:
math.matrices.private
:
$keep-shape-note
( children -- )
drop
{
"The shape of the input matrix is preserved in the output."
}
print-element
;