feat: Implement loops

This commit is contained in:
Alvin
2025-09-10 12:52:20 +02:00
parent eb1a79dc88
commit 74307d5bbd
3 changed files with 64 additions and 10 deletions

View File

@@ -32,4 +32,16 @@ This command prints a value to the console. The value can be a string literal (e
This command declares a variable and assigns a value to it. The value can be a string literal or a number.
## Ciao!
### `Pinguino Arrabiato Fruti <number>`
This command creates a loop that repeats a block of code a specified number of times. The block of code must be enclosed in `{` and `}` on separate lines.
Example:
```trallalelo
Pinguino Arrabiato Fruti 3
{
Matteeeo "Hello"
}
```
## Ciao!