v/compiler/tests/repl/var_decl.repl
Henrixounez 7879bde8bb repl: enabled back and added automated tests
fixed typos and macos errors
2019-08-10 07:01:40 +02:00

4 lines
33 B
Text

a := 1
println(a)
===output===
1