[REBOL] layout's images in new view beta
From: anton:lexicon at: 18-May-2002 21:30
Hey RT, check this out ! REBOL/View 1.2.5.3.1 6-May-2002>> images: reduce [make image! 2x2 make image! 3x3]== [make image! [2x2 #{000000000000000000000000}] make image! [3x3 #{ 000000000000000000000000000000000000000000000000000000}]]>> length? images== 2>> layout [image images/1] >> length? images== 1>> images== [make image! [2x2 #{000000000000000000000000}]] Regards, Anton.