fpc/docs/sysutex/ex23.pp
1999-05-13 21:49:26 +00:00

9 lines
141 B
ObjectPascal

Program Example23;
{ This program demonstrates the Time function }
Uses sysutils;
Begin
Writeln ('The time is : ',TimeToStr(Time));
End.