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. Wikipedia

Wikidata: Q4053289

Influenced by: BASIC

XBasic Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in XBasic

IMPORT "xst"
DECLARE FUNCTION  Hello ()

FUNCTION  Hello ()
 XstDisplayConsole ()
 PRINT "Hello World"
END FUNCTION
END PROGRAM

Search on GitHub


Latest data update: 2024-12-09