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

« back to all changes in this revision

Viewing changes to docs/refex/ex110.pp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  D : Double;
9
9
  E : Extended;
10
10
  F : File of Real48;
11
 
  
 
11
 
12
12
begin
13
13
  Assign(F,'reals.dat');
14
14
  Reset(f);
22
22
    E:=R;
23
23
    Writeln('Real (direct to Extended) ',i,' : ',E);
24
24
    end;
25
 
  Close(f);  
 
25
  Close(f);
26
26
end.
 
 
b'\\ No newline at end of file'