langatator/examples/count_in_french.ltor

9 lines
132 B
Text
Raw Normal View History

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