Merge branch 'Ratstail91:main' into main

This commit is contained in:
Add00
2023-08-24 17:14:33 -04:00
committed by GitHub
12 changed files with 1235 additions and 225 deletions

View File

@@ -1,12 +1,13 @@
import standard;
var array = [42];
fn f() {
//
}
var result = null;
fn g() {
fn i() {
//
}
}
//problematic line
result = max(0, array[0]);
assert result == 42, "Indexing in argument list failed";
print "All good";
fn h() {
//
}