11 lines
61 B
Plaintext
11 lines
61 B
Plaintext
let
|
|
var a := 42
|
|
in
|
|
(
|
|
12;
|
|
27;
|
|
42
|
|
);
|
|
a
|
|
end
|