hedy icon indicating copy to clipboard operation
hedy copied to clipboard

[Language idea] Add support for calculations in turtle commands

Open boryanagoncharenko opened this issue 2 years ago • 2 comments

Language idea incl level Now that the turtle commands are available for all levels, we should allow them to take more complex parameters such as expressions.

Additional context The following program should work:

for counter in range 10 to 100
    turn 100 - counter
    forward counter

boryanagoncharenko avatar Sep 28 '22 20:09 boryanagoncharenko

I like this idea! Shouldn't be too hard, can I take this one, Boryana, or will you work on it?

jpelay avatar Oct 06 '22 14:10 jpelay

I like this idea! Shouldn't be too hard, can I take this one, Boryana, or will you work on it?

Apologies for the delay. I have not started working on this, so please feel free to pick it up.

boryanagoncharenko avatar Oct 10 '22 15:10 boryanagoncharenko