tst307.mal

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

MAL
9
字号
#testing exceptions raised in the kernelb:= bat.new(:int,:int);z:= algebra.find(b,0);io.print("should not come here anymore");catch MALException:str;	io.print("catched the exception");exit MALException;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?