code ChOut=8, CrLf=9; int I, J; for I:= 1 to 5 do [for J:= 1 to I do ChOut(0, ^*); CrLf(0); ]