📄 tst038.mal
字号:
#test the capability to deal with unspecified bats.function tst2(b:bat[:any_1,:any_2]); bat.insert(b,"hello",1);end tst2;b:= bat.new(:int,:str);#The call to tst2 fails at runtimeuser.tst2(b);io.print("shouldn't come here\n");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -