1 2 3 4 5 6 7 8 9
Integer "i" = 0 Integer "count" uninitialized WHILE i > 10 PRINT i Add 1 to i FOR count = 0 to 10 PRINT count