Data Types

XJEase has three data types:

INT
An unsigned integer type, with an arbitrary width.
STRING
A sequence of characters representing some text, either encoded in ASCII or UTF-8.
FILE
A reference to an open file, which can then be accessed using the various file functions.