Files
wren/test/variable/global_without_initializer.wren
2013-12-22 18:47:58 -08:00

3 lines
34 B
Plaintext

var a
IO.write(a) // expect: null