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

« back to all changes in this revision

Viewing changes to docs/sysutex/ex54.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:
11
11
begin
12
12
  R:=AnsiStrComp(S1,S2);
13
13
  Write ('"',S1,'" is ');
14
 
  If R<0 then 
 
14
  If R<0 then
15
15
    write ('less than ')
16
16
  else If R=0 then
17
17
    Write ('equal to ')
23
23
Begin
24
24
  Testit('One string','One smaller string');
25
25
  Testit('One string','one string');
26
 
  Testit('One string','One string');  
 
26
  Testit('One string','One string');
27
27
  Testit('One string','One tall string');
28
28
End.
 
 
b'\\ No newline at end of file'