< Rebol Programming
USAGE:
ALIAS word name
DESCRIPTION:
Creates an alternate spelling for a word.
ALIAS is a native value.
ARGUMENTS
- word -- Word to alias (Type: word)
- name -- Name of alias (Type: string)
SOURCE CODE
alias: native[
"Creates an alternate spelling for a word."
word [word!] "Word to alias"
name [string!] "Name of alias"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.