tst120.mal
来自「一个内存数据库的源代码这是服务器端还有客户端」· MAL 代码 · 共 12 行
MAL
12 行
#define 2 modules and check location of routinesinclude tst120a; # lookup DBHOME/mal/tst120a.malinclude tst120b;include tst120a; # does not do anythinga:= bottom.second("hh");b:= top.first(1);c:= top.first(1:sht);d:= bottom.first("hello world");e:= top.first(2:sht);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?