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]].<
{{cite web
| last = Rees
Line 9:
| work = Software
| publisher = Wiley InterScience
| date =
| url = http://www3.interscience.wiley.com/journal/113444749/abstract?CRETRY=1&SRETRY=0
| format =
| doi = 10.1002/spe.4380070508
| accessdate =
}}</
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>
10 LET A£ = "FOO"
20 PRINT A£[2,3]
|