Go to the first, previous, next, last section, table of contents.
Ae is a language interpreter and user interface designed to allows initiation and control of Unix processes. The language interpreter part provides a reasonably complete language with iterative and conditional statements, variables and user definable functions. It is possible and common to write programs which are interpreted by the shell. The user interface aids in entering commands for the interpreter by providing the ability to include parts of previous commands in a new command, and to edit the command being entered.
Go to the first, previous, next, last section, table of contents.