Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug : for a=1 to 0 step 1 #166

Closed
SuperUserNameMan opened this issue Oct 23, 2022 · 1 comment
Closed

bug : for a=1 to 0 step 1 #166

SuperUserNameMan opened this issue Oct 23, 2022 · 1 comment

Comments

@SuperUserNameMan
Copy link

Hello,

I have encountered unexpected behavior which leads to bugs :

for a=1 to 0 step 1
  print( a )
end

I expected it to do nothing, but instead, it will output :

1
0
@SuperUserNameMan
Copy link
Author

SuperUserNameMan commented Oct 23, 2022

dumb me, it's not step ... it's by

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant