プレイ日記
Fabeulous AbeTheGreat
Just got this game today and played for like 2 hours and I still don't know what to do any advice please.
1そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
ACLS 'clear everything f/screen X=2:Y=4 Z=0 @LOOP 'label/tag CLS 'clear screen ? Z 'print Z's value Z=X*Y 'calculate Z's value X=X+1 'increment X's value GOTO @LOOP 'return to label and repeat
1そうだね
プレイ済み
返信[2]
親投稿
Alex Foursquare5
I would suggest something simple first. Here is an example: CLS INPUT "whatever you want to put here"X$ Print "Hello ";X$ this is an example of a hello world program. If you have anymore questions, feel free to ask me. Good luck!
1そうだね
プレイ済み
返信[3]
親投稿
Alex Foursquare5
CLS clears text from the screen, Input waits for the user to type something and click enter, Print displays text onto the screen, the semicolon after the quotation marks and the X$ makes the same print command display what the user had just typed. It is best to put "What is your name" inside the quotation marks in the input commmand; the "?" will automatically be put in. I will make an example soo
1そうだね
プレイ済み
返信[4]
親投稿
Alex Foursquare5
I ment to say soon! Here is you example of the program I mentioned! The key is: RAXS4ED
1そうだね
プレイ済み