You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for 0@ = 0.0 to 200.0 step 20.0
// doesnt compile because
// Incorrect expression 200.0 >= 0.0.
// One of the variables has an unknown type, or the operands are incompatible.
end
due to #189
The text was updated successfully, but these errors were encountered: