検索結果- 英語 - 多言語
検索内容:
once and a while
while loop
(programming) A section of computer code in which an instruction or group of instructions is repeated only while a certain condition continues to be met.
条件が成立している間、プログラム内のコードブロックを繰り返し実行するループ構造。 / プログラミングにおける制御構文の一つであり、特定の条件が真である間、一定の処理を反復実行する仕組み。
while away
(transitive) To spend (time) idly but pleasantly / (intransitive) To elapse, to pass.
(他動詞の場合)時間をのんびりと、または心地よく無為に過ごす。 / (自動詞の場合)(時間が)過ぎる、経過する。
( present singular third-person )
( participle present )
( participle past )
( past )
once in a while
the whole while
all the while
wait-a-whiles
plural of wait-a-while
「wait‐a‐whiles」は「wait‐a‐while」の複数形です。
wait-a-while
Acacia cuspidifolia, a plant of Western Australia. / Smilax australis, a vine of eastern Australia and the Northern Territory. / Calamus australis, a climbing vine-like palm.
オーストラリア西部原産のアカシア(Acacia cuspidifolia) / オーストラリア東部および北領域に生育するつる植物(Smilax australis) / 蔓状のヤシ科植物(Calamus australis)
every once in a while
do-while loop
(programming) a construction in which a series of commands are performed once initially, and then repeatedly for as long as a specified condition evaluates to true.
(プログラミングの構文として)まず一度処理を実行し、その後、指定された条件が真である間、繰り返し処理を行うループ構造。 / do-whileループは少なくとも一度は必ず実行され、その後、条件に応じて繰り返す反復制御の仕組み。