📄 tst780.mal
字号:
#some tests to illustrate function inlining for a modulemodule dummy;function hello():void; io.print("hello world\n");end hello;function doit(i:int, j:str):int; io.print(i); io.print(j); return doit:= 3;end doit;dummy.hello();z:=dummy.doit(1,"help");optimizer.macro("dummy","hello");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -