Just Basic (Computer)
Just Basic (Computer)
1.
2.
3.
4.
5.
When saving just basic file do not erase the extension name (.bas) example
mybasic.bas
Locate Locate text in the main window
Output
locate 3(x position on the screen),5(y position on the screen):print "I'm here"
Variables can use words and letters or combination of words and number like
the given example.
Semicolon use to combine strings and value together.
String variable
String Properties
Code