[REBOL] Overloading rebol words
From: tim:johnsons-web at: 14-Sep-2000 21:28
Hello: I'm full of questions tonight. Been away
from rebol too long, I guess.
If I were to "overload" a rebol word in
an object:
example: print,
then to prevent stack overflow,
if I would to use print within that object, I
would have to give the full "path" to the
system native value of print.
Questions:
1)How do I get that full path and where is the
documentation on that.
2)Please, if anyone thinks that this is a bad
idea, let me know before I go and hurt
myself :)
Thanks to All!
-Tim