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:58

I think I got it. Take a look at this:
>> ^/
** Syntax Error: Invalid path -- ^/ ** Near: (line 1) ^/
>> "^/
** Syntax Error: Missing " at "^/ ** Near: print find krak str_HTML In the first example, ^/ creates an error (of course). In the second example, rebol must be looking back in history to find a match for the double quote, hence the rounding expression in Joels console session (did you do some rounding just before, Joel?) and the tag-stuff thing in mine (I sure did some tag-stuff!). Or am I completely in the wrong stratosphere here? ~H Media skrev (Wednesday 07.11.2001, kl. 13.50):