deepakjois / hs-logo

Logo turtle graphics interpreter in Haskell
http://deepakjois.github.io/hs-logo
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Bad output #39

Open deepakjois opened 12 years ago

deepakjois commented 12 years ago

repeat 5100 [fd 10 rt arctan (remainder repcount 100) / 100]

Produces some bizarre output, which does not match the one at the Logo 15-word challenge page at all.