fix docs
parent
0afc9a7e4f
commit
d58cee42fb
|
@ -6,8 +6,10 @@ HELP: ALIAS:
|
||||||
{ $values { "new-word" word } { "existing-word" word } }
|
{ $values { "new-word" word } { "existing-word" word } }
|
||||||
{ $description "Creates a " { $snippet "new" } " inlined word that calls the " { $snippet "existing" } " word." }
|
{ $description "Creates a " { $snippet "new" } " inlined word that calls the " { $snippet "existing" } " word." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example "ALIAS: sequence-nth nth"
|
{ $example "USING: alias prettyprint sequences ;"
|
||||||
"0 { 10 20 30 } sequence-nth"
|
"IN: alias.test"
|
||||||
|
"ALIAS: sequence-nth nth"
|
||||||
|
"0 { 10 20 30 } sequence-nth ."
|
||||||
"10"
|
"10"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue