7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
let
|
|
var x : Integer;
|
|
const n ~ 42;
|
|
const m ~ n + 1
|
|
in
|
|
x := x + n * m;
|