We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
次の AiScript コードを実行する。
let a = 0 let a = 0
エラーメッセージは以下のようにタイポとなっている (is alerady exists でなく already exists とすべき?)。
is alerady exists
already exists
Runtime: Variable 'a' is alerady exists in scope '<root>'
The text was updated successfully, but these errors were encountered:
エラーメッセージのタイポを修正 (aiscript-dev#626)
00c1706
chore: エラーメッセージのタイポを修正 (fix #626) (#627)
4fde229
* エラーメッセージのタイポを修正 (#626) * CHANGELOG反映
Successfully merging a pull request may close this issue.
次の AiScript コードを実行する。
エラーメッセージは以下のようにタイポとなっている (
is alerady exists
でなくalready exists
とすべき?)。The text was updated successfully, but these errors were encountered: