"Eval" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (Eval)

Low quality sentence examples

キュメントに書かれている事は有効ではない。_+eval_と_no-eval-feature_を参照。
Done, the features in this document are not available. See+eval and.
説明:ソースコード評価(スクリプトコマンドのオプション"eval"またはインフォ"%s_eval")の呼び出し間にコンテキストを保持します;
Description: keep context between two calls to the source code evaluation(option"eval" of script command or info"%s_eval");
Eval_string/3とeval_file/2を使って文字列またはファイルの内容に対して単純な評価を行えます。
Using eval_string/3 and eval_file/2 we can perform a simple evaluation against a string or file contents.
Ruby_evalコマンドを使うには事前にruby/evalプラグインを登録します。
Register ruby/eval plugin to use ruby_eval command in advance.
バルーンウィンドウballoon-eval
Balloon Evaluation balloon-eval.
などなど。evalを参照。
Etc., etc. See eval.
Perlの例外処理はevalを使います。
The exception handling mechanism in Perl is the eval operator.
説明eval()はグローバルオブジェクトの関数プロパティです。
Description eval() is a function property of the global object.
GUI向けにballoon-eval機能を働かせる。
Switch on the balloon-eval functionality for the GUI.
しばしば“evalは悪”と言われます。
It's often said that“eval is evil.
なぜJavaScripteval関数を悪い考えですか?
Why is using the JavaScript eval function a bad idea?
ノート:eval()の使用は遅いし危険です。
Note: Using eval() is slow and dangerous.
Exec'と'eval'を使った動的コード実行。
Dynamic code execution with'exec' and'eval.
内容は評価されます(コマンド/evalを参照)。
They are evaluated(see command/eval.
内容は評価されます(コマンド/evalを参照)。
It is evaluated(see command/eval.
例えば、+eval機能なしでVimをテストするとき。
When testing Vim without the+eval feature.
さて、evalが何が、まだ見えてこない。
Amos sees what hasn't happened yet.
現在は、evalを利用する理由はほとんどありません。
Right now, there's almost no reason to use eval.
Strictモードでは、evalは独自のレキシカル環境を持ちます。
In strict mode, eval has its own lexical environment.
Py3eval()Pythonの式を評価する(+python3。
Pyeval() evaluate Python expression(+python.