assn.matzo 155 B

123456789
  1. (* testing simple assignment statements *)
  2. x := 5;
  3. y := This;
  4. (* literal assignment statements *)
  5. a ::= a b c d;
  6. (* with unicode *)
  7. fóo ::= á þ ç đ;