mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-30 18:48:18 +00:00
Regression tests in interpretation only
This commit is contained in:
parent
1cfd3123be
commit
5527013a7f
15 changed files with 38 additions and 28 deletions
|
|
@ -1,4 +1,5 @@
|
|||
fun sort (x) local i, j, y, n {
|
||||
fun sort (x) {
|
||||
local i, j, y, n;
|
||||
n := x.length;
|
||||
|
||||
if n == 0 then return x fi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue