file imports work!!!!!
This commit is contained in:
3
tests/math.pla
Normal file
3
tests/math.pla
Normal file
@@ -0,0 +1,3 @@
|
||||
add = Func(a: Int, b: Int): Int {
|
||||
return a + b;
|
||||
}
|
||||
Reference in New Issue
Block a user