Hello Matthias & All:
Signed comparison prevented us until now from enjoying UTF-8.
Not any more :-)
: Σ 0 swap 0 do + loop ;
> 7 8 9 3 Σ .
24 ok
Patch at http://pastebin.com/seSSPUtx
Regards, Enoch.
From: Matthias T. <mt...@we...> - 2013-06-28 17:04:44
Hi Enoch,
> Signed comparison prevented us until now from enjoying UTF-8.
> Not any more :-)
Cool. Thanks (and committed)
>
> : Σ 0 swap 0 do + loop ;
>> 7 8 9 3 Σ .
> 24 ok
Was it ALT-S or Right-Alt-S or Shift-Ctrl-S?? ;)
Matthias