For i := a Do expr. The For loop successively assigns the next atom from array «a» to local index «i», and evaluates expression «expr».
確定! 回上一頁