This utility is an executable program “till.exe” that is used to handle Till programs. It can be used either from a terminal or by using Till Process Module.
Information about the utility can be found in the reference in directory “utilities”.
Run an application “app.till” (the extension “.till” can be omitted):
> till app
Create background executable program:
> till app x
Create foreground executable program:
> till app ux
Create fast executable program:
> till app fx
Create global module of application “my app.till” that is in directory “apps” (quotation marks are mandatory):
> till "apps/my app" m