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

[REBOL] Re: Submitted, for your approval.

From: ingo:2b1 at: 28-May-2002 9:00

Hi Ed, Ed Dana wrote: <...>
> This is because the ^ is not legal. I tried using it in REBOL and it > gave me the following grief: > > ** Syntax Error: Invalid string -- " ] > ** Near: (line 54) Symbol_Set: [ "~" "!" "@" "#" "$" "%" "^" "&" ] > > It doesn't like the ^ symbol, for whatever reason...
The reason is, that ^ is Rebols escape character: ^/ = return ^- = tab ^(41) = ascii character 65 ^^ = a literal ^ Kind regards, Ingo