data: i is number j is number procedure: for i from 1 to 6 step 1 do for j from 0 to i step 1 do display "*" repeat display lf repeat