On Mar 21, 5:01 am, Jonah Thomas <jethom...@[EMAIL PROTECTED]
> wrote:
> I don't think anyone has mentioned this one:
>
> : BOX4 ( x1 y1 x2 y2 -- )
> 2>R
> R'@[EMAIL PROTECTED]
OVER 2R@[EMAIL PROTECTED]
LINE
> OVER R@[EMAIL PROTECTED]
2R@[EMAIL PROTECTED]
LINE
> 2DUP OVER R> LINE
> R> OVER LINE ;
Spaghetti stack code that makes Forth seem a
write-only language. Why make the code as hard
to read as it is possible to be?
Instead, make the code so readable that you
cannot imagine any code that is more readable.