Execute a system command: Difference between revisions

m
m ({{header|Locomotive Basic}})
Line 459:
=={{header|Locomotive Basic}}==
 
The Amstrad CPC464 uses a ROM based basic interpreter, so every statement within the program is a system command. If a command without a line number is typed, whilst the computer is in a ready state, the command gets executed immediately. There is no pause command, so in this example, we use the list command (which exhibits totally different behaviour thanto a pause command):
 
<lang basic>LIST</lang>