プレイ日記
Imasheep DarkY0shi
What am I doing wrong?
1そうだね
プレイ済み
返信[1]
親投稿
#yolo Luigirules12345
wat u mean wat exactly r u havin trouble wit?
0そうだね
未プレイ
返信[2]
親投稿
SıмΞоп SimeonW
?"Hardware = "; IF HARDWARE THEN ?"Normal 3DS" ELSE ?"New 3DS/2DS" LOCATE 20,15 ?"Press any button to begin" WHILE !BUTTON() WAIT:WEND GOTO @START @START ...
0そうだね
プレイ済み
返信[3]
親投稿
SıмΞоп SimeonW
IF HARDWARE THEN is a faster way to say IF HARDWARE!=0 THEN ("if hardware is not equal to zero then") ?"BLAH" is a faster way to say PRINT "BLAH" which adds text to the screen Likewise adding ; to the end of a print statement stops the program from making a line break Learn to use DEF Code inside a DEF statement does not get ran unless if you tell it to run
0そうだね
プレイ済み
返信[4]
親投稿
Imasheep DarkY0shi
Thank you! I am pretty new to this part of SB!
0そうだね
プレイ済み
返信[5]
親投稿
SıмΞоп SimeonW
?"Five random numbers from one to 100:" FOR MYCOUNTER=1 TO 5 ?"Number ";MYCOUNTER;" is ";OneTo100() NEXT DEF OneTo100() RETURN 1+RND(100) END The output is Five random numbers from one to 100: Number 1 is 54 Number 2 is 89 Number 3 is 7 Number 4 is 11 Number 5 is 93
0そうだね
プレイ済み
返信[6]
親投稿
SıмΞоп SimeonW
There's an example Coding is really cool
0そうだね
プレイ済み
返信[7]
親投稿
#yolo Luigirules12345
i admit i wouldn't have thought of that but i have petit computer and the 2 r actually pretty different but i think i'll get sb soon
0そうだね
未プレイ
返信[8]
親投稿
Aaron Krondelo
I could use your hekp Sim3on! A more advanced logistic problem, if you are able we can chat on SBS.
1そうだね
プレイ済み