======Programming - BASIC===== [[http://www.antonis.de/qbebooks/|E-books zu QBasic und QuickBasic im PDF-Format ]] contains PDF copies of the GW-BASIC Manual and [[http://www.ethanwiner.com/fu llmoon.html|PC Magazine's BASIC Techniques and Utilities Book]]. [[http://gwbasiclanguage.blogspot.com/|GW-BASIC LANGUAGE]] \\ [[http://hopl.murdoch.edu.au/showlanguage2.prx?exp=176|The Encyclopedia of Computer Languages - BASIC(ID:176/bas009)]] \\ [[http://www.tinybasic.de/|TinyBasic]] \\ http://www.atariarchives.org/ \\ http://www.atariarchives.org/basicgames/ \\ http://www.atariarchives.org/morebasicgames/ \\ http://www.atariarchives.org/bigcomputergames/ \\ [[http://vintage-basic.net/index.html|Vintage BASIC]] is open source software, provided under the BSD license. \\ [[http://vintage-basic.net/games.html|Vintage Basic - Games]] =====Interpreters===== [[http://www.scriptbasic.com/html/index.html|ScriptBasic]] \\ =====BASICODE===== [[wp>BASICODE]] [[http://www.archaeocosmology.org/eng/BASICODE3sub.htm|Overview of BASICODE-3]] \\ [[http://www.seomastering.com/wiki/BASICODE|Seopedia - BASICODE]] [[https://github.com/jacgoudsmit/Basicode|GitHub - jacgoudsmit/Basicode]] old archive with source files for Basicode support for DOS on the IBM PC compatibles. Public Domain. =====Notes===== Arithmetic Operators Order of precedence: ^ Exponentiation - Negation * Multiplication / Floating-point Division + Addition - Substraction