[REBOL] Re: plus sign unbound, how to prevent this?
From: rotenca::telvia::it at: 23-Dec-2002 20:20
Hi Bryan> How exactly is it that the plus sign and such comes unbound, so that if > I have a string "[1 + 2]", convert it to-block and then try to do the > block the + raises the context error? > > And is there a simple way to get around this?load string or load/all string or bind to-block string 'system It is not only the + word, all word must be binded; load makes it for you. --- Ciao Romano