We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Aiscriptで定義された関数が引数不足で呼び出された時の想定がされていません。
実際にそのような状態になると未定義の動作を行います。例えば、現状だと
@func(a){a} func()
のようなコードを実行すると
TypeError: Cannot read properties of undefined (reading 'type')
のエラーが出ます。