10 CLS
20 PRINT "Hello"
30 PRINT "This is BASIC"
40 END "And return to PRINT"
50 PRINT "I think I wrote that right... I hope"
Translation:
Clear the screen, print the word "hello", print the words "this is basic" on a new line. End the program, and display the text "I think I wrote this right"
Or at least, that's what I hope it does...