BBC BASIC
BBC BASIC is a programming language created in 1981. BBC BASIC is a programming language, developed in 1981 as a native programming language for the MOS Technology 6502 based Acorn BBC Micro home/personal computer. It is a version of the BASIC programming language adapted for a UK computer literacy project of the BBC. It was written mainly by Sophie Wilson. Read more on Wikipedia...
39Years Old | 20Users | ?Jobs |
- BBC BASIC ranks in the top 25% of languages
- the BBC BASIC wikipedia page
- BBC BASIC first appeared in 1981
- See also: basic, bcpl, acorn-atom, comal, arm, assembly-language, c
- Have a question about BBC BASIC not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
IF INSTR(REPORT$,"VI") THEN PRINT "BASIC64" ELSE PRINT "BASIC"
Last updated August 9th, 2020