[REBOL] Re: to pair! bug
From: rotenca:telvia:it at: 22-Apr-2002 18:31
Hi Gabriele
> >> none! : Gives none
> RPT> Mhhhh, everything can become none?
>
> Once Jeff wrote something like: "this is a puzzle for you: what is
> to-none useful for?". I was never able to solve the puzzle.
to none :-)
> >> image! : Gives image
> RPT> But always an image sized 0x0 and I do not know ho to change
image/size, do
> RPT> you know it?
>
> Never tried. I think you can only make images from binaries with:
>
> >> img: make image! [1x1 #{000000}]
> == make image! [1x1 #{000000}]
>> img: make image! "000000"
== make image! [0x0 #{3030303030}]
But 0x0...
---
Ciao
Romano