tst038.mal

来自「一个内存数据库的源代码这是服务器端还有客户端」· MAL 代码 · 共 11 行

MAL
11
字号
#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 + =
减小字号Ctrl + -
显示快捷键?