mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 07:18:48 +00:00
Global definitions; regression tests fixed
This commit is contained in:
parent
a3b12425fd
commit
f5b802ebed
56 changed files with 121 additions and 10 deletions
|
|
@ -6,6 +6,8 @@ fun test2 (b) {
|
|||
a := b
|
||||
}
|
||||
|
||||
global x, a, b;
|
||||
|
||||
x := read ();
|
||||
|
||||
test1 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue