[REBOL] A data inconsistency Re:(13)

2000-07-09 Thread ingo
Hi Anton, I am sorry, this mail got somehow sorted right at the end ... Have a look at this transcript ... t1: func [a][if a = 1 [throw make error! "Never use 1, you fool"] 'ok] t2: func [[catch] a][if a = 1 [throw make error! "Never use 1, you fool"] 'ok] So, we have to

[REBOL] A data inconsistency Re:(13)

2000-06-27 Thread lmecir
Hi Gabriele, I'm a bit late on this one, but here goes ... Those were the words of [EMAIL PROTECTED]: ... Or, context should be made a little more flexible, with the ability to add and remove words. Words would no more be added to system/words; UNSET would remove a word from its