Keywords

List of keywords supported by the D2Soft Engine. Most of them are inspired by the BASIC programming language. Click on a keyword in the list to learn more.

Keyword Description
BGIMAGE Defines an image to use as a background.
BG2IMAGE Defines an image to use as an intermediate background.
DIM Declares a variable as a specified data type (STRING, INTEGER)
MOVE Move an object on screen.
REM Marks text as a comment (also single-quote).
TEXT Displays a string expression on screen.
TOPIMAGE Defines an image to use as a top-most image.
VALUE Set or get a value to an object.
WAIT Forces all commands to be executed before any additional code is run.