Translation of "return" to English language:
Dictionary Japanese-English
Examples (External sources, not reviewed)
| 注意 The macros in 表35 1 automatically return from your function, those in 表35 2 only set the return value they don't return from your function. | Table 35 1. |
| Ctrl Return メッセージ 送信 | Ctrl Return Message Send Now |
| Error return code, for scheme handlers. | Error return code, for scheme handlers. |
| return passwordもしくは | A valid email, if you look, is different from the other ones. |
| return not emailまたは | These ones say return password and. |
| JavaScriptでのreturn文の例は | We're going to also do assignment, so variable X equals a five. |
| returnではありません | We yield that part into our results. |
| The return value is false if an error occured. | The return value is FALSE if an error occured. |
| The return value is FALSE if an error occured. | The return value is FALSE if an error occured. |
| Will return true on success and false on failure. | Prev |
| What's the volume? Five and a half. What's the return? | But we'll explain it to her, and we'll take some time... to figure out what's next... which, I think, should be building a bigger box, like the size of a room... where more than one person could fit in. |
| 小テストではreturn lat, lonでした | Now, I don't have the return statement here, because I want to change this just a little bit. |
| 表 35 2Predefined Macros for Setting the Return Value of a Function | This macro is faster and binary safe, and should be used whenever the string length is known. |
| このreturn文の値s 1 を探します | In this case there's only one statementà   it's this return statement. |
| ここにreturn文を追加しています | So we don't need to see those again. |
| を入れ新しいreturnステートメントに移ります | I close off the then branch of my if. |
| The return value is an array whose keys and values have the following meanings | The number of bytes of space currently available in the queue to hold sent messages until they are received. |
| for l in links if l.id link_id return l となります | Here's my answer. We've actually done this before, basically. |
| ここでreturnしなければなりません | The result of that is going to be the string 'udacity'. |
| これは簡単でreturnをv2 inとすると | And we want to find out whether or not there's a connection to v2, and that's really easy at this point. |
| nの値をreturnします 計算してみましょう | or n is equal to 1, return, return n! |
| 続く文は実行されないでしょう xに return という文字列を代入しても return文を実行することにはならず | You are asking me to do impossible math, and thus not execute subsequent statements. |
| This will return the current status of output buffers. It returns array contains buffer status or FALSE for error. | It returns array contains buffer status or FALSE for error. |
| returnを解釈すれば5のような値を返しますし | This was a trick, or at least it was very tricky. |
| その入力をnと呼びます returnに従う式がn 1になるreturn文があります この関数は何を行うでしょう 選択肢は | We're going to define the procedure that takes one input we'll call that input n, and we are going to have our return statement where the expression following the return is n 1. |
| 評価が次の範囲の画像を探すReturn pictures rated at least...at most... | Return pictures rated at least |
| returnから始まります この1行で返したいものは | Since its we have to return something, its probably going to start with a return keyword . |
| これはnかけるnを返す式のreturn文になります | We can do everything with 1 statement. |
| 次の期間中に更新された画像を探す'Return pictures modified between...and... | Return pictures modified between |
| 次の期間中に作成された画像を探す'Return pictures created between...and... | Return pictures created between |
| 次の期間中にデジタル化された画像を探す'Return pictures digitized between...and... | Return pictures digitized between |
| そうでない場合はここにelseを置き return Falseとなります | We could have used an else here so we could have had an else , and inside the else have the if . |
| If the parameters could be obtained successfully and there were no errors during type conversion, the function will return SUCCESS, otherwise it will return FAILURE. The function will output informative error messages, if the number of received parameters does not match the requested number, or if type conversion could not be performed. | The function will output informative error messages, if the number of received parameters does not match the requested number, or if type conversion could not be performed. |
| incからreturn文を削除する場合 渡した値を変更しません | It takes 1 input, we'll call it N, and it adds 1 to that. |
| もう一度returnを入力すると このwhileループが実行を始めます | We're going to increase i by 2, and then we're going to print i . |
| each fragment represented by a different voice, gradually withdraw from all my medication, and return to psychiatry, only this time from the other side. | I would gather together my shattered self, each fragment represented by a different voice, gradually withdraw from all my medication, and return to psychiatry, only this time from the other side. |
| 再び考えましょう 文の種類を探り もしreturn文だった場合 | Let's consider our code for evaluating statements in the context of an environment again. |
| sumを呼び出します まだreturnがないので返す値がありません | We'll have the variable b. We'll initialize that to 123. |
| 例外を使います return文のあとの文は実行したくはありません | We're going to use exceptions under the hood in our interpreter to simulate return statements. |
| もしsumにreturn文を追加したら 元のコードとは違うものになるので | There's no output from sum, and that's what gets printed out. |
| Counts the number of words inside string. If the optional format is not specified, then the return value will be an integer representing the number of words found. In the event the format is specified, the return value will be an array, content of which is dependent on the format. The possible value for the format and the resultant outputs are listed below. | In the event the format is specified, the return value will be an array, content of which is dependent on the format. |
| If you ditch work this afternoon and promise to do the few small things I ask you... I will in return show you the most important thing... | I hope you're not implying that any day is unimportant at Cortex Semi. |
| まず1つ目の変更としてindexを更新します returnの結果を変更します | We're looking at the actual content of the pages, and we're adding it to our index. |
| returnはジャンプするという意味で 関数を呼び出した場所へ一気に戻ります | Then we got to the return. |
| この例はreturnのあとには 何もしないことが必要だと教えてくれます | More on Sindbad perhaps later on. |