While, Repeat statements whilst a continuation condition is met ... if (i = 3) or (i = 7) then Continue; s := s + IntToStr(i); s := s + ' ';
確定! 回上一頁