continue.

continue. control word is used in 明確 定義 (:). It may be used within a for. , while. , or whilst. 控制結構,與goes to top of smallest such enclosing structure. See also break. .
 

例如:
sumeven=: 3 : 0
 s=.0
 for_j. i.y. do.
  if. 2|j do. continue. end.
  s=.j+s
 end.
)

   sumeven 9
20

   +/ (* -.@(2&|)) i.9
20

   sumeven 1000
249500

   +/ (* -.@(2&|)) i.1000
249500

   (sumeven = 2&!@>.&.-:) 1000
1

下個前個字彙索引主選單