mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
Removed extra files
This commit is contained in:
parent
b1d851ff40
commit
b7ec1c2e63
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
fun f () local b {
|
||||
b := 7;
|
||||
test ();
|
||||
b := y;
|
||||
test ();
|
||||
b := 9;
|
||||
test ();
|
||||
return 0
|
||||
}
|
||||
|
||||
--x := 0;
|
||||
--y := 0;
|
||||
--z := 0;
|
||||
--t := 0;
|
||||
--test ();
|
||||
y := "abc";
|
||||
test ();
|
||||
t := [];
|
||||
test ();
|
||||
t := 0;
|
||||
test ();
|
||||
f ()
|
||||
Loading…
Add table
Add a link
Reference in a new issue