blob: 33b26aead95195c4eabe1aa2ebf6a383e6f82723 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
define i as an int and set it to 0
define count as an int
while i is less than 10
display add 1 to int
for setting count to 0, count is less than 10, add 1 to count
display count
|