[REBOL] Re: [RWEBOL] HOF and system exploration
From: lmecir:mbox:vol:cz at: 26-Oct-2002 15:06
Hi Jan,> I do not understand the task you posed. As far as I can see there isnothing> to "correct" in your 'similar. Works like a charm for me, even with 'do: > > lado: similar :do > >> lado sine 90 > == 1 > >> lado [5 sine 90] > == 1try this: do :+ 1 2 lado :+ 1 2 -L