Repository URL to install this package:
Version:
1.6 ▾
|
lazarus
/
usr
/
share
/
lazarus
/
1.6
/
components
/
codetools
/
examples
/
scanexamples
/
BigLettersUnit.pas
|
---|
unit BigLettersUnit;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
implementation
end.