Skip to main content

Herhalen totdat

Kijk naar het volgende programmaatje:

a=1

::begin::
a=a+1
print(a)
goto begin