プレイ日記
Da Waddles DarthWaddles
Does the 20 GOTO 10 Trick work? i'm trying to make a loop of it printing "loop" as a simple project
1そうだね
プレイ済み
返信[1]
親投稿
Da Waddles DarthWaddles
never mind, i found it doesn't work on my own
0そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
@LOOP GOTO @LOOP works, but I'd recommend WHILE 1 WEND
0そうだね
プレイ済み
返信[3]
親投稿
Da Waddles DarthWaddles
ok but why was 20 GOTO 10 removed?
0そうだね
プレイ済み
返信[4]
親投稿
Clayton DarkClay88
SmileBASIC has a different type of GOTO. They use labels now instead of going to lines. So you would go: 1 ? "HELLO" 2 BEEP 3 3 GOTO @PLAY 4 5 6 7 @PLAY 8 WHILE 9 BEEP 1 10 WEND
0そうだね
プレイ済み
返信[5]
親投稿
Da Waddles DarthWaddles
all hail creator of slime sim and miner's life.
0そうだね
プレイ済み