Southampton BASIC System: Difference between revisions

Content deleted Content added
m Subst away date template (up to three passes) using Project:AWB
m Subst away date template (up to three passes) using Project:AWB
Line 1:
{{see also|SOB}}
'''Southampton BASIC System''' (SOBS} was a dialect of the [[BASIC]] programming language developed for and used on [[ICT 1900]] series computers in the late 60s and early 70s; it was implemented under the [[MINIMOP]] operating system at the [[University of Southampton]].<xyzzyxyzyref>
{{cite web
| last = Rees
Line 14:
| doi = 10.1002/spe.4380070508
| accessdate = 18 May 2009
}}</xyzzyxyzyref>
 
It was operated from a [[teletype]] terminal.
Line 115:
|}
 
Support for strings was more limited, with only one function, <code>LEN</code>, which returned the length of the string parameter. Sub-strings were supported with square brackets, so <code>A£[2,3]</code> xyzzyxyzyerredreferred to the sub-string of the string <code>A£</code> from the 2nd character to the 3rd character inclusive, so
10 LET A£ = "FOO"
20 PRINT A£[2,3]