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

[REBOL] Re: explanation, gurus? :-) (image memory representation)

From: fsievert:uos at: 21-Aug-2001 19:46

> ->> str: find mold image "#" > == "#{000000}]" > ->> remove back tail str > == "" > ->> str: to-string load str > == "^@^@^@"
What does this do? Isn't that the same as
>> str: to-string #{000000}
== "^@^@^@" Frank