lama_byterun/src/testgc.expr

11 lines
95 B
Text
Raw Normal View History

2018-11-06 16:18:09 +03:00
x := 0;
y := 0;
z := 0;
t := 0;
test ();
y := "abc";
test ();
t := [];
test ();
t := 0;
test ()