Vertaling van "a while loop" in Zweeds
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Marks the beginning of a While loop.
For a While loop, add an End While action.
A While loop (created with the While and End While actions) repeats a series of actions as long as a particular condition (specified in the While action) is satisfied.
En While-slinga (som skapas med åtgärderna While och End While) upprepar en rad åtgärder så länge ett visst förhållande föreligger (som anges i åtgärden While).
Unlike a while loop, it runs once before any conditions are tested.
Till skillnad från en while loop, det körs en gång innan eventuella villkor är testade.
The following is an example of a while loop: Code
We'll use a While loop to control the program.
The main loop of the program consists of a While loop with two conditions to be addressed.
Huvudloopen hos programmet består av en While-loop med två villkor som ska adresseras.
Add a While loop with the condition B>1.
Step 4 We will use a While loop to look for a change in color but first we need to know what color the Rover currently 'sees'.
Steg 4 Vi ska senare använda en While-loop för att titta efter färg- ändringar men först måste vi veta vilken färg som Rover "ser" för tillfället.
Add a While loop to Read the BRIGHTNESS sensor and Get its value into a variable B.
Lägg till en While loop för att läsa av (Read BRIGTHNESS) ljusgivaren och med kommandot Get b får vi värdet i en variabel b.
Add a While loop to read the brightness using Send("READ BRIGHTNESS") and get the brightness variable with Get(B). First Step 1 Congratulations
Lägg till en While... EndWhile-loop för att läsa ljusintensiteten genom att använda Send "READ BRIGHTNESS", och få värdet för ljusvariabeln med Get b.