Statement Syntax

Gilda declarations and commands begin with a verb followed by arguments, except for assignments and subroutine calls. Commands are not case sensitive. A pretty printer program can apply standard formatting rules to source code. You can enter programs in lower case and the pretty printer will adjust the case and indent code blocks.

To comment a command, delimit it with a lead colon, semicolon or ampersand. Use the ampersand to indicate the command is continued on the following line. A source line ending in a comma is also implicitly continued.


A block of source code can also be commented out. A comment block begins with a line that starts with "<<". All text is ignored until reaching a line that begins with ">>". The remaining text on that line is also ignored as a comment. The beginning and end lines may also be indented with leading spaces.

Gilda Overview

Function Procedure