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

[REBOL] Re: The reaseon for having SERIES?

From: rotenca:telvia:it at: 5-Jan-2003 19:01

Hi Frantisek,
> Yes, I understand this, but I don't understand why there is ISSUE type > in Rebol at all. It seems tu me that I can simply use STRING instead of > ISSUE in all possible circumstances and functionality would be the same.
At least:
>> to-integer "ff"
** Script Error: Invalid argument: ff ** Where: to-integer ** Near: to integer! :value
>> to-integer #ff
== 255 --- Ciao Romano