SmileBASIC コミュニティ返信[9]親投稿raimondz raimondzz2017/6/25 5:09ENDIF close an if statement. If you use IF alone then you must put each sentence at the right of it: EXAMPLE: IF X==0 THEN DO A; DO B; DO C; ETC With ENDIF you can do this. IF X==0 THEN DO A DO B DO C ... ENDIF 1そうだね プレイ済み2017/11/04 02:03:15に取得