04-10-2024, 07:10 PM
(04-10-2024, 07:04 PM)CheshireNoir Wrote: Hi Oxidewolf,
Just hit "RETURN" after each line, and after any commands you need like "run" or "list". The "break" key is used to break out of a running program.
So I would type the following (with the "enter" key represented by [RETURN]:
10 print "hello world"[RETURN]20 goto 10[RETURN]run[RETURN]
and that should enter and run your example file.
(Edited because sometimes I am an idiot)
Hope this helps!
John
Thanks! I will try it out as soon as i can!
