Okay here's lesson 1
INPUT "what is your name";NAME$
PRINT "hello ";NAME$
i will explain stuff down here.
INPUT asks a question and what is your name is the question i used. PRINT puts stuff on the screen.
Tell me if this made since.
FIRST:
open program editor
click EDIT
type in PRINT "HI"
make sure you use all caps and quotation marks.
then tap RUN and type in RUN
Press enter
TADA!
You have 'Printed' HI on the screen!
(this is completely useless but immerses you into programming.)