> For the complete documentation index, see [llms.txt](https://iot.datalit.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iot.datalit.de/1-getting-started/concepts-in-programming/loops.md).

# Loops

## Goals

{% hint style="success" %}

* You can exeute the same code multiple times without having to repeat the code itself
* You know different types of loops and how they work
  {% endhint %}

## For-Loop

{% hint style="info" %}
Coming soon.
{% endhint %}

## Do-While-Loop

{% hint style="info" %}
Coming soon.
{% endhint %}
