Table of Contents

ugBASIC User Manual

HALT

SYNTAX

   HALT

PURPOSE

This instruction stops the program execution, in “busy” mode. The implementation is by means of an infinite loop, which is executed when the instruction is executed. With this expedient, the execution of interrupts will continue without being interrupted while all other operations will be interrupted, including multithreading.

EXAMPLE

  HALT

ABBREVIATION

 Ht

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY