Monday, April 22

CONT

The CONT command is used to continue program execution after a break.
Syntax
CONT

  • Resumes program execution after CTRL+C, STOP or END halts a program.
  • Execution continues at the point where the break occurs..
  • CONT is useful in debugging, it lets you to set break point with the STOP statement , OR use GOTO to resume execution at a particular line number.    

No comments:

Post a Comment