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

📄 tst043.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
# this sequence tests nil type management a:= calc.int(nil);	io.printf("formatted int %-3d\n",a);b:= calc.bit(nil);	io.printf("formatted bit %s\n",b);c:= calc.chr(nil);	io.printf("formatted chr %c\n",c);d:= calc.flt(nil);	io.printf("formatted flt %3.2f\n",d);e:= calc.str(nil);	io.printf("formatted str %+4s\n",e);l:= calc.lng(nil);	io.printf("formatted lng %5d\n",d);

⌨️ 快捷键说明

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