mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-29 10:40:03 +08:00
11 lines
61 B
Plaintext
Vendored
11 lines
61 B
Plaintext
Vendored
let
|
|
var a := 42
|
|
in
|
|
(
|
|
12;
|
|
27;
|
|
42
|
|
);
|
|
a
|
|
end
|