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