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

📄 testparamspaces.out

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

{ AFS 11 March 2K 

  This code compiles, but is not semantically meaningfull.
  It is test cases for the code-formating utility

  Test spaces in param lists
}

interface

implementation

procedure SimpleParams(a: integer; b: string);
begin
end;

procedure ParamLists(a, a2, a3: integer; b1, b2, b3: string);
begin
end;


procedure ParamsWithKeywords(const f: double; var a, b, c: integer);
begin
end;

function Fred: boolean;
begin
  Result := False;
end;

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -