Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

end (conditional) 

Dieses simple Kommando beendet if-(Wenn)-, while-(während)- oder andere Bedingungsabfragen. 

Info
iconfalse
titleBeispiel

$loop = 10 10 
while $loop > 0 
dec $loop = 
|@ = wait 100 ms 

 end 

 

"end" markiert das Ende der "while"-Abfrage. Zu finden unter: 
»» General Commands

 »» Flow Control

...