Luna (AVR) Luna (AVR)
  • Start
    • About Luna
    • Screenshots
    • Getting Started
    • Tutorial
    • Tips & Tricks
    • FAQ
    • Friends
    • Contact
  • Language Reference
    • Command Overview
    • Command Overview (Assembler)
    • Categories Overview
    • Libraries
    • Preprocessor
    • Preprocessor (Assembler)
  • IDE
    • Programmer/Uploader
    • Fusebits
    • Autocomplete
    • Controller Values
    • Memory Assignment
    • Libraries (Choose)
    • Luna Share
  • Technical
    • Byte-Order
    • Type Casting
    • Supported Controller
    • Variables in Methods
    • Memory Management
    • Optimizer
    • Luna Picture
    • Luna Font
    • Compiler parameters
  • Download
  • Anmelden

Übersetzungen dieser Seite:
  • dede
  • enen
  1. Sie befinden sich hier
  2. en
  3. schleifen
  1. Zuletzt angesehen
  2. schleifen

en:schleifen

  • Share on ...
  • Google+
  • Twitter
  • LinkedIn
  • Facebook
  • Pinterest
  • Telegram

Loops

Three loop-constructs are implemented:

  • For-Next 1)
  • Do-Loop 2)
  • While-Wend 3)

These commands are also supported:

  • exit/break leave the loop immediately.
  • continue continue the loop with the next iteration.
1) Initialization value and end condition with automatically an incrementing or decrementing loop counter.
2) Optional exit condition at end of loop.
3) exit condition check at beginning of loop.
Copyright (c) rgf software