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 '/') .


© 2004-2010 airbit AG, CH-8008 Zürich
Document AB-M-REF-869