代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551348
out testgenericfunctions.out
program TestGenericFunctions;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test
www.eeworm.com/read/320003/3551350
out testcaseifformat.out
unit testCaseIfFormat;
interface
type
TRecord = record
bar1: integer;
bar2: integer;
end;
implementation
uses SysUtils;
function foo1(const pi: integer): boolean;
begin
www.eeworm.com/read/320003/3551351
out testlongstrings.out
unit TestLongStrings;
{ AFS 29 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests long strings and strings
www.eeworm.com/read/320003/3551353
out testgenericarray.out
program TestGenericArray;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test new g
www.eeworm.com/read/320003/3551354
out testabsolute.out
unit TestAbsolute;
{ AFS 11 March 2K
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test the 'absolute' keyword
}
interf
www.eeworm.com/read/320003/3551355
out testforward.out
unit TestForward;
{ AFS 7 Feb 2K
this is legal, if somewhat obscure code
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This un
www.eeworm.com/read/320003/3551356
out fformtest.out
unit fFormTest;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TFormTest = class(TForm)
bbClose: TBitBtn;
www.eeworm.com/read/320003/3551358
out testmixedmodecaps.out
unit TestMixedModeCaps;
{ AFS 9 July 2K test local types
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
directives .. reserved
www.eeworm.com/read/320003/3551359
out testgenericconstraints.out
program TestGenericConstraints;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test
www.eeworm.com/read/320003/3551360
out testinheritedexpr.out
unit TestInheritedExpr;
{ AFS 28 March 2000
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
test call to inherited method
}
inte