E Language Reference |
The function is the fundamental modular unit in E. A function is usually designed to perform a specific task, and its name often reflects that task. A function contains declarations and statements. This section describes how to declare, define, and call E functions. Other topics discussed are:
|