Category:ZX Spectrum Basic: Difference between revisions

Line numbers must be no longer than four digits
No edit summary
(Line numbers must be no longer than four digits)
 
(One intermediate revision by the same user 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 27 ⟶ 28:
* The GO TO command has a space in the middle
* VAL function interprets expressions
* INPUT function can interpret expressions (unless LINE INPUT is used)
 
{{language programming paradigm|procedural}}