[REBOL] saving Rebol
From: gchiu:compkarori at: 24-Nov-2000 7:08
In Forth, when you add new words to the dictionary, you can save the new forth image so that when executed again, all the new words are retained. Is there something like this in Rebol? And what's the Rebol way of doing conditional compilation? I would have guessed something like if ( not exists? clean-script ) [ do %clean-script.r ] but exists? only works on files and urls. -- Graham Chiu