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.
# Label
#
gotoのジャンプ先として使用するラベルを設定します。
int a 100 int b 100 ifeq a b goto FUGA :: 何か処理 # FUGA :: 何か処理 ``