REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
An attempt was made to alias a word that had already been aliased.
Message:
["Alias word is already in use:" :arg1]
Example:
alias 'print "prink" filter-error try [alias 'probe "prink"] ** Script Error: Alias word is already in use: prink ** Where: alias 'probe "prink"
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |