call_sub.f 87 B

1234
  1. subroutine call_sub
  2. call mysub()
  3. call my_sub()
  4. end