aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

repeat BUG #450

Closed jnink861 closed 5 years ago

jnink861 commented 5 years ago

Python function "repeat ?:" has bug...

Please let me use that function.

aroberge commented 5 years ago

What is the bug?

Note that, by design, in repeat n:, n must be an integer.

See the last note on the page http://reeborg.ca/docs/en/basics/repeat.html

aroberge commented 5 years ago

Fixed.