This code will ask for your name and repeat it back to you.
INPUT shows a message and saves whatever you type to N$ and
PRINT shows a message and the name you typed.
You just made your first(?) program! Of course, there's much more you can do with SmileBASIC. Ex: if you wanted to fill the screen with a message, you just need to put this code into the editor:
WHILE TRUE
PRINT "message! ";
WEND
0そうだね プレイ済み