📄 tst115.mal
字号:
# the next step is to trace the call of a mal function callcommand + (L:any_1,R:any_1):any_1 address addIntInt; function doitOnce():int; z:= 12; return z;end doitOnce;function doitTwice(i:int):int; j:= 2; k:= 11111; i:= j+k; return i;end doitTwice;a:=1;b:= user.doitOnce();c:= 2;d:= user.doitTwice(3);c:= 3;d:= user.doitTwice("wrong");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -