blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

Tracing lines seems off #97

Open acbart opened 3 years ago

acbart commented 3 years ago

Running the following code:

a = 0
print(a)

Gave me the following line traces: 0, 1, 1, -2.

So that's not right.