Southampton BASIC System: Difference between revisions

Content deleted Content added
Statements: Note lack of WHILE
m Arrays: wl matrix
Line 127:
 
=== Arrays ===
Support for handling arrays of data was relatively strong, with <code>MAT</code> statements able to read an entire array from <code>DATA</code> statements, and perform useful arithmetic[[matrix (mathematics)|matrix]] operations such as adding or multiplying two arraysmatrices, or even finding the [[multiplicative inverse]] of a [[square matrix]].
 
== Debugging ==