📄 tst251.mal
字号:
# The series tst2?? is a patched version of suite_00# The first and foremost BAT operations# String iterator stuffc:= bat.new(:int,:str);bat.insert(c,1,"hello");bat.insert(c,2,"brave");bat.insert(c,3,"world");bat.insert(c,4,"");x:= calc.str(nil);bat.insert(c,5,x);bat.insert(c,6,"!");io.print(c);barrier (v,h,ts):= bat.newIterator(c); io.print(v); io.printf("[%d,",h); io.printf("%s]\n",ts); redo (v,h,ts):= bat.hasMoreElements(c);exit v;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -