📄 tst3030.mal
字号:
#Parsing properties and keeping them around# note the use of the first parameter to obtain property setfunction newsemijoin(A:bat[:int,:any_1], B:bat[:int,:any_2]) :bat[:int,:any_1]; return newsemijoin:=nil;end newsemijoin;z:= bat.new(:int{sorted=true},:int);w:= bat.new(:int{sequence=true},:int);w:bat[:int,:int]:= bat.new(:int,:int);y:= algebra.sort(w:bat[:int,:int]{sorted=true,dense=true});io.print(1);y:int{sorted=true}:= algebra.sort(w);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -