mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 10:12:36 +02:00
15 lines
94 B
ObjectPascal
15 lines
94 B
ObjectPascal
unit unit_order_b;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
var
|
|
v: integer;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|
|
|