2011-12-18 15:04:21 +01:00

7 lines
78 B
Plaintext

let
var x : Integer;
const n ~ 42;
const m ~ n + 1
in
x := x + n * m;