[REBOL] Re: Rebol script competition!
From: gregg::pointillistic::com at: 25-Sep-2007 9:57
>> The scope is writing a SMALL Rebol script to write the text "Hello,
>> Rebol!" without clearly writing the text in the script self.
print as-string #{48656C6C6F2C205265626F6C21}
; Just a bit too long for one tuple
a: 72.101.108.108.111.44.32
b: 87.111.114.108.100.33
repeat i length? a [prin to-char a/:i]
repeat i length? b [prin to-char b/:i]
ch: 0 b: [72 29 7 0 3 -67 -12 55 24 3 -6 -8 -67]
foreach val b [prin to char! ch: ch + val]
-- Gregg