Skip to content
katsumasa edited this page Apr 21, 2021 · 1 revision

# Label

説明

gotoのジャンプ先として使用するラベルを設定します。

int a 100
int b 100

ifeq a b goto FUGA

:: 何か処理


# FUGA
:: 何か処理

``
Clone this wiki locally