file imports work!!!!!
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
depend "tests/math.pla";
|
||||
|
||||
main = Func(): Int {
|
||||
a: Int = 10;
|
||||
|
||||
a += 1;
|
||||
|
||||
return a;
|
||||
return $add(1 ,2);
|
||||
}
|
||||
Reference in New Issue
Block a user