REBOL Programming/alias

< REBOL Programming

USAGE:

ALIAS word name 

DESCRIPTION:

Creates an alternate spelling for a word.

ALIAS is a native value.

ARGUMENTS

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.