Table of Contents

ugBASIC User Manual

WAIT WHILE

SYNTAX

   WAIT WHILE expression

PURPOSE

The WAIT WHILE command allows you to suspend the execution of a thread until the indicated condition becomes FALSE. In other words, the expression is evaluated and, if TRUE, the execution will be suspended to send another scheduled thread to execute. If it becomes FALSE, the execution of this thread will continue.

EXAMPLE

  WAIT WHILE NOT done

ABBREVIATION

 WtWh

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