Authors
Publication
Pub Details
QL Report v3 n9
Volume:
3
Issue:
9
Date
September 15, 1987
Pages
1-2
See all articles from QL Report v3 n9
The QL has several ways of accepting SuperBASIC commands. The most often thought of method is a program with the characteristic line number followed by a command (Example: 100 print “hello!”). The other method is more or less taken for granted. The immediate mode for entering code, loading programs (example: PRINT “hello!” <ENTER>) is usually used just for that, and that’s where it usually ends.