Example: doIt
procedure doIt(
                    choice: char;
     A, B: integer);
(* Does the requested
computations for one pair
of numbers. *)
begin
void doIt (
     char choice,
     int A, int B)
{
/* Does the
computations for one
pair of numbers. */