Apps112

MCXi Basic 1.22 - App Store




About MCXi Basic

MCX BASIC is a dialect of the BASIC programming language. MCX BASIC is designed to follow GW-BASIC, which is one of the standard BASICs running on 16-bit computers. During the creation of MCX BASIC, a major effort was...

MCX BASIC is a dialect of the BASIC programming language. MCX BASIC is designed to follow GW-BASIC, which is one of the standard BASICs running on 16-bit computers. During the creation of MCX BASIC, a major effort was made to make the system as flexible and expandable as possible. MCX BASIC development environment is very similar to that of the Dartmouth Time Sharing System associated with Dartmouth BASIC. It has a command line-based Integrated Development Environment (IDE) system; all program lines must be numbered, all non-numbered lines are considered to be commands in direct mode (i.e., to be executed immediately). The user interface is almost completely command line. The original BASIC language was designed on May 1, 1964 by John Kemeny and Thomas Kurtz and implemented by a team of Dartmouth College students under their direction. The acronym BASIC comes from the name of an unpublished paper by Thomas Kurtz. BASIC was designed to allow students to write mainframe computer programs for the Dartmouth Time-Sharing System. It was intended specifically for less technical users who did not have or want the mathematical background previously expected. Being able to use a computer to support teaching and research was quite novel at the time. The language was based on FORTRAN II, with some influences from ALGOL 60 and with additions to make it suitable for timesharing. Initially, BASIC concentrated on supporting straightforward mathematical work, with matrix arithmetic support from its initial implementation as a batch language, and character string functionality being added by 1965. The designers of the language decided to make the compiler available free of charge so that the language would become widespread. (In the 1960s, software became a chargeable commodity; until then, it was provided without charge as a service with the very expensive computers, usually available only to lease.) They also made it available to high schools in the Hanover area, and put a considerable amount of effort into promoting the language. In the following years, as other dialects of BASIC appeared, Kemeny and Kurtz's original BASIC dialect became known as Dartmouth BASIC.

Version History This update from Apple will improve the functionality of this app. No new features are included. Supporting iOS 11 Updated icons Other minor changes 1.22 10/02/2017 iOS 10 support. Other minor changes. 1.21 01/24/2017 Support of files that do not have line numbers. Increase stability of system. Other minor changes. 1.17 06/10/2016 The val operator can now use negative numbers. The fix operator corrected the inaccuracy in the calculation. Increase stability. Other minor changes. 1.16 06/07/2016 Two dimension array is now available. Other minor changes. 1.15 05/17/2016 LIST command - colour syntax highlighting. RESTORE command to work with DATA and READ,with computed expressions. Increase stability of system. Other minor chages. 1.12 03/12/2016 The string functions, you can now use mathematical expressions and formulas in the arguments. Other minor changes. 1.10 03/01/2016 Fixed a bug when using variable during initialization of the array size. Example: dim a(x) If you use a variable as the array index error does not appear. Example: a(x)=b The INPUT statement can now use an array DIM. Example: input "Please enter number",a(x) Treat error FOR loop using the variable as a parameter. Example: for i=a to b step c Thanks patient users for help in correcting errors and improving stability. 1.9 02/24/2016 Additional bug fixes and stability improvements. 1.8 02/17/2016 Added documentation for the main operators, with examples. Fix input operator. Other minor changes. 1.6 02/11/2016 Implemented support for nested string functions and complex structures. Simplified syntax when writing operators. Error handling when linking to a nonexistent line number. Symbol ; in the PRINT operator cancels move the cursor to a new line. The KILL operator deletes a file on the disk. The operator INKEY$ to scan the keystrokes. Now you do not need to initialize a new variable. 1.4 01/11/2016 MCX Basic file support. Other minor changes. 1.3 01/04/2016 BAS file extension icon. Operator 'print' accept adding SPACES between variables. Other minor changes. 1.2 12/02/2015 1. Fixed message 'Syntax error' 2. Add message 'Missing operand' 3. Add message 'Incorrect color' 4. A line number in a subroutine points to a non-existent line number - 'Undefined line number' 5. 'rem' - REM statements are not executed, but are output exactly as entered when the program is listed. 6. Not case sensitive for operators and commands. 8. 'reset' - Clear memory and variables. 9. 'share' - Saves a BASIC program and share. 10. Fixed problem with 'val' function (return 0) 11. Support BAS files 1.1 12/02/2015 1.0 11/23/2015



Previous Versions

Here you can find the changelog of MCXi Basic since it was posted on our website on 2023-09-05 22:50:58. The latest version is 1.22 and it was updated on 2026-06-24 13:03:39. See below the changes in each version.

MCXi Basic version 1.22
Updated At: 2026-06-03
Changes: Version History This update from Apple will improve the functionality of this app. No new features are included. Supporting iOS 11 Updated icons Other minor changes 1.22 10/02/2017 iOS 10 support. Other minor changes. 1.21 01/24/2017 Support of files that do not have line numbers. Increase stability of system. Other minor changes. 1.17 06/10/2016 The val operator can now use negative numbers. The fix operator corrected the inaccuracy in the calculation. Increase stability. Other minor changes. 1.16 06/07/2016 Two dimension array is now available. Other minor changes. 1.15 05/17/2016 LIST command - colour syntax highlighting. RESTORE command to work with DATA and READ,with computed expressions. Increase stability of system. Other minor chages. 1.12 03/12/2016 The string functions, you can now use mathematical expressions and formulas in the arguments. Other minor changes. 1.10 03/01/2016 Fixed a bug when using variable during initialization of the array size. Example: dim a(x) If you use a variable as the array index error does not appear. Example: a(x)=b The INPUT statement can now use an array DIM. Example: input "Please enter number",a(x) Treat error FOR loop using the variable as a parameter. Example: for i=a to b step c Thanks patient users for help in correcting errors and improving stability. 1.9 02/24/2016 Additional bug fixes and stability improvements. 1.8 02/17/2016 Added documentation for the main operators, with examples. Fix input operator. Other minor changes. 1.6 02/11/2016 Implemented support for nested string functions and complex structures. Simplified syntax when writing operators. Error handling when linking to a nonexistent line number. Symbol ; in the PRINT operator cancels move the cursor to a new line. The KILL operator deletes a file on the disk. The operator INKEY$ to scan the keystrokes. Now you do not need to initialize a new variable. 1.4 01/11/2016 MCX Basic file support. Other minor changes. 1.3 01/04/2016 BAS file extension icon. Operator 'print' accept adding SPACES between variables. Other minor changes. 1.2 12/02/2015 1. Fixed message 'Syntax error' 2. Add message 'Missing operand' 3. Add message 'Incorrect color' 4. A line number in a subroutine points to a non-existent line number - 'Undefined line number' 5. 'rem' - REM statements are not executed, but are output exactly as entered when the program is listed. 6. Not case sensitive for operators and commands. 8. 'reset' - Clear memory and variables. 9. 'share' - Saves a BASIC program and share. 10. Fixed problem with 'val' function (return 0) 11. Support BAS files 1.1 12/02/2015 1.0 11/23/2015
MCXi Basic version 1.22
Updated At: 2017-10-02
Changes: Oct 2, 2017 Version 1.22 This app has been updated by Apple to display the Apple Watch app icon. Supporting iOS 11 Updated icons Other minor changes
MCXi Basic version 1.22
Updated At: 2017-10-02
Changes: This app has been updated by Apple to display the Apple Watch app icon. Supporting iOS 11 Updated icons Other minor changes


Related Apps

Here you can find apps that are similar with MCXi Basic.



Disclaimer

Official App Store Link


We do not host MCXi Basic on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for MCXi Basic is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 14
Updated At: 2026-06-24 13:03:39
Publisher: Aleksei Neronov
Operating System: IOS
License Type: Free Trial