When you return to RUN mode, type RUN and press ENTER. This will run the code you entered in EDIT mode. If you did it right, the screen should fill up with "HELLO WORLD!". What's happening is the code first reaches the command to clear the screen, then it reaches a command telling it to PRINT the text, then it reaches a command telling it to return to the line with the desired @ label.