Hi Steven, yes, contexts are imo the way to go. That way you isolate your code in sufficient enough way. You can also use following trick, for some crucial functions to be visible in global context:
prt: context [ set 'test func [a][print a] ] While context are sufficient, RT planned to add real modules capability: http://www.rebol.net/docs/modules.html Carl referred to it even some time ago in one of his blog entries - http://www.rebol.net/article/0144.html -pekr- -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
