📄 tst050.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 + -