tst1002.mal
来自「一个内存数据库的源代码这是服务器端还有客户端」· MAL 代码 · 共 11 行
MAL
11 行
# the first of a series of BBP test cases# the temporary bat produced in tst1000 should not exist anymorebbp.open();c:= bbp.take("myfirstbat");io.print(c);bbp.close();catch MALException:str; io.printf("%s\n",MALException);exit MALException;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?