langatator/examples/count_in_french.ltor
Matthieu Bessat a66bfff424 feat: add syntax config constants
fix(VarStore): better hash function
2022-05-17 10:27:32 +02:00

8 lines
132 B
Text

definir index comme 0
tant que index < 10 faire
print_number(index)
definir index comme index + 1
fin
print_number(index)