Till Programming Reference

Till Programming Reference contains general information and collections of Till codes that demonstrate the functionality and proper usage of Till Programming Language. It comes along Till System installation and can be found in the installation directory.

The reference contains the following themes:

GUIDE

General codes that cover various components and functionalities of Till. Usually, these codes are minimalistic in nature and aim to show directly the subject, but others are mini projects that have complicated logic.

REPOSITORY

Projects that demonstrate how to design a program in Till, featuring sections such as: header, main, init & reset, logic and UI. These projects also cover various aspects of using Till components and functionalities to implement project logic and targets.

SYSTEM VARIABLES

Till has built-in system variables that are preconfigured upon program run and hold a fixed value.

SYSTEM FUNCTIONS

Each Till code in this section represents a system function. While some codes are a quick demonstration of the functionality, others are more elaborate and contain more system functions, to further show various aspects of working with the system functions. Within the system functions are debugging and settings system functions, that are used for software debugging and to configure some elements of Till.

SYSTEM MODULES

For each system module there is a dedicated directory that includes demonstrations and sometimes full projects that show how to construct the modules, define their properties, use their functionalities, and execute specialized tasks with them.

MISCELLANOUS

Other themes and code examples.

UTILITIES

Overview and guides about using executable programs of Till System.

DATA

Data files that contain lists of all system objects: variables, functions and modules (including modules variables and functions). All of these object keys are protected words in Till and cannot be used as keys of user-created objects in Till code.