"Quit gawking"の翻訳 英語に:


  辞書 日本-英語

キーワード : Dilly-dallying Quit

  例 (レビューされていない外部ソース)

きょろきょろ すんじゃないよ Quit gawking
Quit gawking
本当に Granatier を終了しますか To quit Granatier
Are you sure you want to quit Granatier?
本当に Kapman を終了しますか To quit Kapman
Are you sure you want to quit Kapman?
2回目はsaveを返し3回目はquitを返します
The first time it returns open.
これが記録コマンドです つまりopenとsaveとquitです
Here again we do have our three commands as they're being processed.
quitコマンドでループが抜けています これがキャプチャリプレイツールの機能の仕方です
Here we have simply the three commands printed out, and with the quit command the loop simply exits.
それぞれstep step quitになります 配列commandsの最初の要素を返し
So what we have here is, I have set up a list of predefined commands to execute.
そうだよ もう ぐずぐずしないで さっさとかきな That's right. Quit dilly
Quit dillydallying and do it
飛行機から爆弾を投下しますMessage displayed when play tries to quit a game that is currently running
Makes the plane drop a bomb while flying
わたしは ゆばーばと はなしを つけて でしを やめる I'll speak to Yubaba. Quit my apprenticeship
Quit my apprenticeship
9行目と14行目にブレイクポイントがあります そして3つのコマンドを実行します step step quitです
All is set now initially, we do not step through the program, but we have a breakpoint in line 9 and in line 14.
同時に配列commandsから最初の要素を削除するため pop(0)メソッドを使用します 今まで作った処理にはquitがないので追加しましょう
In here, this would be step, step, and quit, and we're using the method pop(0) to return the first element of the command list and at the same time also to remove the first element from the commands list.
quitコマンドのようにコマンドがqから開始していれば グローバル変数resumeはFalseに設定されます これはここにあるループyが抜けたという意味です
All it does at this point is to print out the command, and if the command starts with q , such as the quit command, then the global resume variable is set to false, meaning that a y loop over here simply exits.