summaryrefslogtreecommitdiff
path: root/apps/examples/bas/tests/test04.bas
blob: f2755e5a9c37818bed46d3796d7d93982847cd42 (plain) (blame)
1
2
3
4
5
6
10 a=1
20 repeat 
30   print a
40   a=a+1
50 until a=10