bobbylisp/a.hlm

5 lines
93 B
Plaintext

println({
println("Hello");
return let x: num = 17 * 2 in
x + 1;
} + 34);