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

識別子にinを含む変数を宣言できない #89

Closed
taiseiue opened this issue Sep 16, 2023 · 0 comments
Closed

識別子にinを含む変数を宣言できない #89

taiseiue opened this issue Sep 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@taiseiue
Copy link
Member

不具合の説明
識別子がinを含む変数を宣言できない。たぶん# #58 の影響。

再現手順
不具合を再現するための手順

var min=0;//これはいける
var min = 0;//これがダメ

不具合に遭遇するための最低限の手順を示していただけるとありがたいです。

期待する動作
期待される動作を簡潔に記述してください。

var min = 0;//これも大丈夫

エラーコード
このバグがエラーを引き起こした場合、可能であればエラーコードを記載してください。

COULDNT_FIND_VARIABLE(0x004): 変数 inは定義されていないか、存在しません

補足

@taiseiue taiseiue added the bug Something isn't working label Sep 16, 2023
@taiseiue taiseiue mentioned this issue Oct 1, 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