1Calc: module { 2 3 parseexpr: fn(s: string, a, b, c: big): (big, string); 4 init: fn(nil: ref Draw->Context, nil: list of string); 5NUMBER: con 57346; 6UNARYMINUS: con 57347; 7}; 8