📄 tst250.mal
字号:
# The series tst2?? is a patched version of suite_00# The first and foremost BAT operationsb:= bat.new(:int,:int);err := bat.insert(b,1,15);err := bat.insert(b,2,4);n0 := calc.int(nil);err := bat.insert(b,3,n0);err := bat.insert(b,4,16);err := bat.insert(b,5,25);err := bat.insert(b,6,36);err := bat.insert(b,7,49);err := bat.insert(b,8,64);err := bat.insert(b,9,n0);err := bat.insert(b,n0,n0);err := bat.insert(b,n0,81);io.print(b);barrier (v,h,t):= bat.newIterator(b); io.printf("%d,",h); io.printf("%d\n",t); redo (v,h,t):= bat.hasMoreElements(b);exit v;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -