⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testmarcov.out

📁 格式化源码的最新板
💻 OUT
字号:
unit TestMarcoV;

{ AFS 27 March 2000
 This unit compiles but is not semantically meaningfull
 it is test cases for the code formatting utility

 This code is test cases submitted by Marco van de Voort [marcov@stack.nl]
}

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 + -