This is a simple script to create a basic browser using the BASIC programming language.
-
Open a new BASIC program and type in the following:
10 PRINT "Hello, world!"
-
Press the ENTER key to run the program. You should see the following output:
Hello, world!