プレイ日記
Elijah epwguinan
SYNTAX ERROR IN 0:9 What I do wroooonnngggg
1そうだね
プレイ済み
返信[1]
親投稿
K-Ta LOTW12
The ELSE and IF need to be on the same line.
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
You can write IF statements in two different ways: Single Line: IF TCHT==1 THEN PRINT "Yes" ELSE PRINT "No" Multiple Lines IF TCHT==1 THEN PRINT "Yes" ELSE PRINT "No" ENDIF Note the ENDIF is in the multiple-line IF statement and not in the single-line one.
1そうだね
プレイ済み