📄 tst4820.mal
字号:
#bug from Roberto to check carefull strength reductionfunction f():void; i:=0; barrier go:=true; # remove from disk a:bat[:oid,:dbl] := bbp.bind("P_bat"); bat.setPersistent(a,false); transaction.commit(); # alter the values a := batcalc.+(a,1.0LL); # store it to disk with the same name bat.setName(a, "P_bat"); bat.setPersistent(a,true); transaction.commit(); redo go := calc.<(i,2); exit go; end f; optimizer.strengthReduction("user", "f");mdb.list("user", "f");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -