module support
This commit is contained in:
3
testdata/mod.monkey
vendored
Normal file
3
testdata/mod.monkey
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
a := 1
|
||||
A := 5
|
||||
Sum := fn(a, b) { return a + b }
|
||||
Reference in New Issue
Block a user