⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tst780.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#some tests to illustrate function inlining for a modulemodule dummy;function hello():void;	io.print("hello world\n");end hello;function doit(i:int, j:str):int;	io.print(i);	io.print(j);	return doit:= 3;end doit;dummy.hello();z:=dummy.doit(1,"help");optimizer.macro("dummy","hello");

⌨️ 快捷键说明

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