file imports work!!!!!

This commit is contained in:
SpookyDervish
2025-10-18 07:21:19 +11:00
parent 24fcbb3fb7
commit 52686fa314
15 changed files with 210 additions and 73 deletions

3
tests/math.pla Normal file
View File

@@ -0,0 +1,3 @@
add = Func(a: Int, b: Int): Int {
return a + b;
}