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

« back to all changes in this revision

Viewing changes to docs/sysutex/ex10.pp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2001-08-29 23:15:17 UTC
  • Revision ID: james.westby@ubuntu.com-20010829231517-thxsp7ctuab584ia
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Program Example10;
 
2
 
 
3
{ This program demonstrates the DecodeTime function }
 
4
 
 
5
Uses sysutils;
 
6
 
 
7
Var HH,MM,SS,MS: Word;
 
8
 
 
9
Begin
 
10
  DecodeTime(Time,HH,MM,SS,MS);
 
11
  Writeln (format('The time is %d:%d:%d.%d',[hh,mm,ss,ms]));
 
12
End.
 
 
b'\\ No newline at end of file'