feat: 实现模块引入功能以及测试
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
let math = require("math_mod.ast");
|
||||
print(math.add(10, 32));
|
||||
print(math.mul(6, 7));
|
||||
print(math.add(math.mul(2, 3), 1));
|
||||
Reference in New Issue
Block a user