📄 testmarcov.out
字号:
unit testmarcov;
interface
var
bigs, storesc, searchdepth, mcount, rrate, hyva, huonoja, viimeksi, wmat, bmat,
bonus, movesmade, posvalue: integer;
kpos, positions, pos2: longint;
mwk, mbk, mwra, mbra, mwrh, mbrh, viewscores, analysis, keskeyta, opening, stopcalc: boolean;
implementation
procedure fred;
var
s: string;
i: integer;
begin
s := 'a very very long string that is indeed much more than 80 chars in its total length and will break in an ugly manner';
i := 12;
if ((i < 1) and (i < 2) and (i < 3) and (i < 4) and (i < 5) and (i < 6) and (i < 7)) then
begin
end;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -