Japanese

B A S I C

Decimal BASIC Generic


We provide with an ISO Full BASIC language system that works on the environment where FPC+Lazarus works.
This program implements almost all of the core module and the graphics module of ISO Full BASIC.
It has not been conformed with the standard, whereas there are very few differences.
All graphics commands prescribed in ANSI Full BASIC are implemented with slight incompatibility on behavior.
Most part of the modules module and the individual character input module for Full BASIC are implemented, too.


Decimal BASIC Generic 0.7.4.1

Raspberry Pi 32 bit.
Linux ARM 64 bit.
MAC Apple Silicon.
Windows 64bit (Intel).
Source. This needs FPC+Lazarus

Trouble Shooting

Linux on ChromeBook
When extracted into the Linux files folder, basic may be invalided on execute permission.
On the linux termnal, move to the folder on which BASIC has been extracted, and then type
cd BASICEn
./basic
If the command is bypassed with Permission Denied, type on the terminal
sudo chmod 775 basic
and then
./basic

Revision History
Ver. 0.7.4.1
Revised the syntax of constants that can be written without quotation marks in DATA statements. Ver. 0.7.3.5
Fixed the fault wrong EXTYPE was reported on Binary mode and Complex mode.
Decending line numbers to be detected.
Ver. 0.7.3.4
Fixed the fault on the EPS function.
Ver. 0.7.3.3
End of Line on input file to be detected automatically.
Ver. 0.7.3.2
Variable precision changed to 12 digits on the Decimal mode.
Ver.0.7.3.1
The system menu on the Debug dialog invalidated.
Ver. 0.7.3.0
Added Decimal 1000 digit mode and the rational numbers mode.

Decimal BASIC Open source Project

Decimal BASIC main page (Windows version available)

inserted by FC2 system