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

📄 tst050.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
# Variables names may be tagged with a type upfront.# They may be initialized with a lexical constant using# either their stored type syntax or with a string literals:str := "hello";i:sht := 1:sht;b:bit   := true;z:bat[:int,:int]:= bat.new(:int,:int);# type resolver should complain on the restj:sht := 1:lng;k:lng := 1:sht;y:bat[:str,:int]:= bat.new(:int,:int);f:flt := "wrong";

⌨️ 快捷键说明

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