The message below is being cross-posted from the LogoForum. Please
reply here at comp.lang.logo and it will be cross-posted back to the
LogoForum. The original author of this message is
pavel@[EMAIL PROTECTED]
wrote:
> but is this done using recursion?
> 8-)
Yep. The interpreter is recursive, so there is some recursion involved
in the execution of any Logo program ;) ;) ;) ;)
Just kidding.
> I want to draw [ shrink or grow squares ] using
> recursion in logo like stacking them . Can anyone
> please help me with this?
Ashabsurya, your question about the squares looks like a homework
assignment. I might be wrong, but in any case I would prefer to see what
you have done so far. Show me the program which you think should make
squares shrink/grow with recursion (I assume the program does not behave
as you expect) and I might be able to give you some advice.
Pavel