Jump to content

X-BASIC

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kengo.nakajima (talk | contribs) at 01:38, 11 June 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

X-BASIC is a BASIC-likee programming language for SHARP's X68000 included in Human68K . It's different from XBasic for X window system.

history

First included in Human68K (1987)

syntax

It has C programming language-like structure and syntax, and can be compiled to executable file by a software BAStoC. For example, "GOTO" statement is not frequently used in X-BASIC, rather use subroutines. It also uses "{" and "}" brackets to form operation structure.


exsample

applications

A lot of X-BASIC application and external functions are provided by end-user and SHARP and third party software development companies.


emulators