[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.274 then

(Under construction.)

Synopsis

Description

Conforming to

Example

 
program ThenDemo;
var
  i: Integer;
begin
  Write ('Enter a number: ');
  ReadLn (i);
  if i > 42 then
    WriteLn ('The number is greater than 42')
end.

See also



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html