Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Weird error message...

From: hallvard:ystad:helpinhand at: 7-Nov-2001 13:17

And look what I got when I copied and pasted your error:
>> replace/all x "^/^/" "^/
** Syntax Error: Missing " at replace/all x "^/^/" "^/ ** Near: type? tag-stuff Why rebol came up with the "type? tag-stuff" thing, beats me... But this clearly illustrates in what order things are done. In my console session, 'x had no value:
>> value? 'x
== false .. but that's an error for a later stage... ~H Joel Neely skrev (Wednesday 07.11.2001, kl. 07.01):