loop control statement 中文意思是什麼

loop control statement 解釋
循環控制語句
  • loop : n 1 (用線、帶等打成的)圈,環,匝,框,環孔,線圈;【醫學】(常 the loop)宮內避孕環。2 環狀物,...
  • control : n 1 支配,管理,管制,統制,控制;監督。2 抑制(力);壓制,節制,拘束;【農業】防治。3 檢查;核...
  • statement : n. 1. 陳述,聲明,聲明書。2. 【法律】供述;交待。3. 【商業】貸借對照表;(財務)報告書。
  1. If the continue statement includes a label and is executed, control is transferred to the last statement of the outer loop

    如果執行帶有標記的continue語句,則會將控制權轉交給外部循環的最後一個語句。
  2. A control statement can create a loop, such as a

    控制語句可以創建循環,如
  3. Statement transfers control outside the loop

    語句將控制權轉交到循環之外時可以終止
  4. Finally block is executed, control is once again transferred to the last statement of the loop immediately following the label declaration

    塊執行完之後,才會將控制權再次轉交給緊跟在標記聲明後面的那個循環中的最後一個語句。
分享友人