mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-08 07:48:47 +00:00
11 lines
95 B
Text
11 lines
95 B
Text
|
|
x := 0;
|
||
|
|
y := 0;
|
||
|
|
z := 0;
|
||
|
|
t := 0;
|
||
|
|
test ();
|
||
|
|
y := "abc";
|
||
|
|
test ();
|
||
|
|
t := [];
|
||
|
|
test ();
|
||
|
|
t := 0;
|
||
|
|
test ()
|