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

for文で一度も本文が処理されない場合に0x004例外が発生する #37

Closed
taiseiue opened this issue Aug 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@taiseiue
Copy link
Contributor

taiseiue commented Aug 9, 2023

概要

for文で一度も本文が処理されない場合に0x004: 変数:[i]は定義されていないか、存在しませんが発生する

該当コード

for(var i=0;i>3;i++)
{
  print(i);
}
@taiseiue taiseiue added the bug Something isn't working label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant