- Source: XBasic
XBasic is a variant of the BASIC programming language that was developed in the late 1980s for the Motorola 88000 CPU and Unix by Max Reason. In the early 1990s it was ported to Windows and Linux, and since 1999 it has been available as open source software with its runtime library under the LGPL license.
It should not be confused with TI Extended BASIC, which is sometimes called XBasic or X Basic. It should also not be confused with the proprietary Xbasic language used in Alpha Software's Alpha Anywhere and Alpha Five products.
Version 6.2.3 was the last official release, released on 27 October 2002, however unofficial releases are still being maintained by a group of enthusiasts on GitHub.
Characteristics
XBasic has signed and unsigned 8-, 16- and 32-bit and signed 64-bit integers as well as 32- and 64-bit floating point values. The string data type is only for 8-bit characters.
It is possible to generate an assembly language file. XBasic has a Windows only version called XBLite. Development is at SourceForge.
Components
Editor (writing source code)
Compiler (creating machine code)
Debugger (checking for errors)
Libraries (ready made code to call on)
GuiDesigner (creates the graphical user interface for the program)
Example code
References
External links
https://groups.io/g/MaxReasonsxBasic
{https://github.com/orgs/xbwlteam/repositories}
XBasic on SourceForge
documentation, links and resources
Making your first GUI Tutorial
Making a Standalone Executable
XBLite homepage
Category:XBasic Tasks implemented in XBasic on rosettacode.org
Kata Kunci Pencarian:
- XBasic
- Linux
- BASIC
- PureBasic
- Generational list of programming languages
- XBLite
- List of filename extensions (S–Z)
- List of BASIC dialects
- BASIC interpreter