Welcome to Internet Basic, the fastest and easiest way to create professional Internet and intranet applications. Internet Basic offers a variety of interfaces, including:
Internet Basic offers many powerful programming features, including:
Internet Basic was designed with efficiency in mind. A good portion of the object code created by the Internet Basic compiler results in calls to a powerful runtime system called Comet. This means extremely small, more efficient object code. This also means that Comet's advanced file management system and communications capabilities are available to all Internet Basic programs.
Internet Basic source programs are divided into three sections:
Statements in this division define the data variables to be used in the program, including specifications for data type, size, and other attributes. One exceptional feature is Internet Basic's ability to declare data as "common" to be used in multiple program overlays and/or subprograms.
The division includes statements and control codes for input/output formatting and interfacing with external devices/data sources.
The Procedure Division includes executable statements that control program flow, input/output, processing, and exception handling.