So i just installed kOS 1.1.5.0 and I am trying to follow the tutorial found here. I get to Step 6 before I start to run into trouble. I type
EDIT HELLO.
like the tutorial says:
Then I type
PRINT "=========================================".
PRINT " HELLO WORLD".
PRINT "THIS IS THE FIRST SCRIPT I WROTE IN kOS.".
PRINT "=========================================".
again, like the tutorial says.
I hit ENTER, then click SAVE and EXIT, following what the tutorial says, and receiving confirmation that it was saved
But when I type
RUN HELLO.
it doesn't display the text like it should. It just says "Program ended." instead of displaying the text, then saying "Program ended." .
Also, when I type
LIST FILES.
like how Step 7 of the tutorials says. But the console tells me that the script "hello" has a size of 0.
Can somebody help me understand what I'm doing wrong? I thought I was following the tutorial correctly, but whatever I try will not work.