Command Step Over.
Command Program|Step Over is used in program debug mode. It executes current line of program (marked by "!!"). If this line has procedure call then control goes to that procedure.
F8 - hotkey for this command.
See also
Command Debug.