Prev: Interactive Shells
Simplified Syntax for Interactive Use
Since input capabilities of cellphones are poor, interactive shells support a simplified syntax for function calls, and automatic output of computed expressions:
| | |
SimpleFunctionCall :=
[ModulePrefix] Identifier {SimpleParam | SimpleOption} .
SimpleParam :=
SimpleChar {SimpleChar} | StringLiteral | NumberLiteral .
SimpleOption := '/' (IdentifierChar | Digit) ['=' SimpleParam] .
SimpleChar :=
(printable ISO-8859-1 char except white space and '/') .
|
|
Next: Shell Builtin Functions© 2004-2011 airbit AG, CH-8008 Zürich
Document AB-M-REF-887