~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to docs/videoex/template.pp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2004-08-12 16:29:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812162937-moo8ulvysp1ln771
Tags: 1.9.4-5
fp-compiler: needs ld, adding dependency on binutils.  (Closes: #265265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Program Example;
 
2
 
 
3
{ Program to demonstrate the *** function. }
 
4
 
 
5
Uses video,keyboard,vidutil;
 
6
 
 
7
begin
 
8
  InitVideo;
 
9
  InitKeyboard;
 
10
  DoneKeyboard;
 
11
  DoneVideo;
 
12
end.