5. Repeating

Tired of writing the same command again and again?

Tired of writing the same command again and again? Use 'repeat'! Everything inside { } runs again. Try changing the number to 10.

Code

repeat 3 {
    print("Aksa is fun!")
}

Copy this code into the Aksa editor, run it, then change something and run it again!