Navigation: ESL Documentation > ESL Programmers Guide > Program Flow and Performance > Controlling Program Flow > ESL Action Routines and Internal Subroutines
Use the subroutine statement to declare an ESL subroutine. You can then reference the subroutine before you define it; for example:
subroutine ReadFile(string:InputFile,
string:DisplayRegionName)