do-while loop 中文意思是什麼

do-while loop 解釋
循環
  • do : vt (did done 陳述語氣第三人稱單數現在式 does )1 行,為,作,做,辦,干;盡(義務等),竭(力)...
  • while : n 一段時間;一會兒;(所需、所費的)功夫。 Rest a while 休息一會兒。 A long [good] while 長久。 A...
  • loop : n 1 (用線、帶等打成的)圈,環,匝,框,環孔,線圈;【醫學】(常 the loop)宮內避孕環。2 環狀物,...
  1. In the above example, i did not have a value until the grep was executed, so instead of assigning it a special fake value and then using a while, we can use a do - until loop and follow a more natural flow

    在上例中, $ i在執行grep之前沒有值,因此,我們可以使用一個do - until循環並採用一種更自然的流程,而不是給它賦一個特殊的假值( fake value )然後再使用while 。
分享友人