<INTEGER Example Program>

Program integer_example
  Integer :: a
  a = 5
  Print *,a
End Program

■ Execution Results

 5