[REBOL] How can one get rid of an alias?
From: pat665::ifrance::com at: 3-Dec-2001 22:43
Hi, all
How can one get rid of an alias?
For example, I type this at the console (it was an error)
>> alias 'print affiche
And I receive a well deserved error
** Script Error: affiche has no value
** Where: halt-view
** Near: alias 'print affiche
However, when I enter what I think is the correct syntax, I got an error too :
>> alias 'print "affiche"
** Script Error: Alias word is already in use: affiche
** Where: halt-view
** Near: alias 'print "affiche"
Obviously I cannot use "affiche" anymore ! Any solution ?
Patrick