True

While Statements

Introduction: This page will show you how to use the While statement. What is the While statement? The While statement is used to run a block of code/script constantly until its conditions become false. When is a While statement used? A while statement is great for multi-tasking in programs, for example; while the character is moving in a game it should run a script to update the screen graphics/player co-ordinates or location. How to make a While statement: To make a While statement there are only two things you need to th