LILA formats

To insert special LILA formatting commands into your source code, you must start a line with a valid LILA sequence. On SmileNG, F8 key shift between the Lila mode and the immedaite interpretation mode.

LILA descriptor Effect
\title: Makes a nice big bold title
\b: Bold
\i: Italic
\e: Narrow characters
\in:
\out:
\mod:
\iom:
Procedure inputs/outputs/modifieds, prints "In:", "Out:","Mod:" or nothing (in the same order as the sequences), followed by a fixed size tab, followed by your text.

The following codes take two strings separated by a | as parameters. These instructions draw one string on a gray background, followed by the first string is drawn in a box, the second one next to it.

LILA descriptor String on gray backgorund
\prog:...|... Program
\rout: Routine
\const: Constants
\var: Variables
\module: Module
\table: Table
\macro: Macro
\image: Command followed by the filename. The whole line is replaced by the image

Inserting images

Smile NG can also handle images in source code if you want for example to include timing or railroad diagrams into your source. To do this you use the \image: command followed by the filename. As soon as the image name is valid, the whole line is replaced by the image.