3.1 Lexical Aspects

Input Format

newline is statement separator
and it starts execution

12; 34; 56123456

Comments

asymmetrically marked

/* comment */

Delimeters

semicolon as separator
[there is no else ]

 

Keywords

reserved

x=7if=12(standard_in) 2: parse errorx7

Names

Single lowercase ASCII letters (or alphanumeric as an extension).