VocabularysyntaxSyntaxALIAS: new-word existing-word
InputsNone
OutputsNone
Word descriptionCreates a new inlined word that calls the existing word.
ExamplesUSING: prettyprint sequences ;
IN: alias.test
ALIAS: sequence-nth nth
0 { 10 20 30 } sequence-nth .
10
See alsodefine-aliasDefinition