inexorabletash / jslogo

Logo in JavaScript
https://calormen.com/jslogo
Other
368 stars 146 forks source link

Spaces required inside the while statements #130

Closed tmarchesan closed 3 years ago

tmarchesan commented 3 years ago
to spiral :l :d
  while :l>:d [ fd :l rt 60 make 'l :l - :d ]
end

The Logo Interpreter asks for spaces between :l minus and :d inside the while statement.

inexorabletash commented 3 years ago

Good catch, thanks! Easy fix, fortunately.