Category:ZX Spectrum Basic: Difference between revisions

Line numbers must be no longer than four digits
(The GO TO command has a space in the middle)
(Line numbers must be no longer than four digits)
 
(2 intermediate revisions by 2 users not shown)
Line 8:
* Language is interpreted (but third party compiler is available).
* Line numbers are required
* Line numbers must be no longer than four digits
* No [[named locations]]
* Some [[Terminal Control]] capabilities
Line 26 ⟶ 27:
* Variables have to be defined before use
* The GO TO command has a space in the middle
* ReadingVAL with INPUTfunction interprets expressions
* INPUT function can interpret expressions (unless LINE INPUT is used)
 
{{language programming paradigm|procedural}}