トピック
Meowzers Meowzzzz

Okay...I have no idea what to do now. Can someone please explain the basics of Basic!?

0そうだね
プレイ済み
返信[1]
親投稿
Phillip IAmAPerson620
You can read the manual. To explain the "basics" of SB would take forever. There's a lot of content.
1そうだね
プレイ済み
返信[2]
親投稿
appletart NoName-sami
While you read the manual, you can also try and look at other computer programming languages! I don't know anything about SmileBASIC yet since I don't have it, but from looking at some of the code posted on here, I could actually understand it a little! Having even the slightest background in another computer language may help!
1そうだね
未プレイ
返信[3]
親投稿
Andres TanookiOcarina
public class ThisIsAJavaProgramExample{ public static void main(String[] args){ for(int i = 0; i <= 1000; i++){ System.out.println("Programming is fun if you set your mind to it."); } } }
2そうだね
未プレイ
返信[4]
親投稿
Meowzers Meowzzzz
I already read the manual. It didn't really help me...I suppose I could read it again.
0そうだね
プレイ済み
返信[5]
親投稿
Ed CPFace
The fundamentals are in chapters 25-27 of the manual: PRINT, Variables, and Conditional statements. Practice and see what you can do with those, because everything else that you do builds on those ideas. There's also an online instruction list: http://smilebasic.com/en/reference/ I'd hold off on the sections relating to graphics and reading the controller until you understand the fundamentals.
2そうだね
プレイ済み
返信[6]
親投稿
Meowzers Meowzzzz
Alright I'll go check that out! Thanks.
0そうだね
プレイ済み
返信[7]
親投稿
appletart NoName-sami
After learning the fundamentals Ed said, learn how to make functions! Functions are essential when programming in any language. It's like making your own toolset.
1そうだね
未プレイ
返信[8]
親投稿
Lust4ragE Lust4ragE
Everything said up top is awesome. Thought I would drop this playlist on youtube videos done by PetitProfessor3D https://www.youtube.com/watch?v=NX6lh-zpXGU&list=PLYF-xVMVFJbHvGkYi854_DmRbQasypQ25
1そうだね
未プレイ