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

代入時は変数名と代入演算子の間に空白を開けてはいけない[NOTE] #14

Closed
taiseiue opened this issue Jan 19, 2023 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@taiseiue
Copy link
Contributor

概要

代入や変数の定義時に、変数名と代入演算子の間に空白があると代入が実行されずエラーとなる。

実際のコード

>>var test = 0;
エラー0x004: 変数:[test]は定義されていないか、存在しません
@taiseiue taiseiue added the wontfix This will not be worked on label Jan 19, 2023
@taiseiue
Copy link
Contributor Author

どうやら開始時の初めのスクリプトやとうまくいくらしい。
もしかしてaliceの問題?

@taiseiue taiseiue reopened this Jan 28, 2023
@taiseiue taiseiue added the bug Something isn't working label Jan 28, 2023
@taiseiue
Copy link
Contributor Author

どうやらaliceが二行目以降プリプロセッサを通さないことが問題みたい

@taiseiue taiseiue reopened this Jan 28, 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 wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant