Vertaling van "eval" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Protokół jest ktoś na indeksie przechodzi pełny psych eval i ocena zagrożeń.
Protocol is anyone on the index undergoes a full psych eval and threat assessment.
Nie należy żartować podczas eval psychiatrycznym.
I shouldn't be joking during a psych eval.
Funkcja eval konwertuje ciąg znaków na odniesienie do klipu filmowego - odniesienie pozwalające wywoływać różne metody, np. play.
The eval function converts a string to a movie clip reference that can be used to call methods such as play.
Wyrażenia nie będą już wypełniane, gdy eval zawiedzie 6328.
Expressions will no longer be completed when eval fails #6328.
Ja... ja mam nagły przypadek pacjenta w eval 2.
I... I have a patient emergency in eval 2.
Ja... ja mam nagły przypadek pacjenta w eval 2.
I have a patient emergency in eval 2.
Innymi słowy, kiedy używasz eval() do wywołania kodu, ten kod jest traktowany jako osobny program, który posiada własny bezpośredni blok wokół swojego kodu.
In other words, when you use eval() to execute code, that code is treated as an independent program, which has its own implicit block around its code.
Moje biometria wywołany psych eval.
My biometrics triggered a psych eval.
W trybie nie-POSIX-owym, kodem wyjścia będzie kod wyjścia ostatniego podstawienia komendy, które zostało dokonane podczas przetwarzania argumentów polecenia eval (lub 0, jeśli nie było podstawień komend).
In non-posix mode, it will be the exit status of the last command substitution that was done in the processing of the arguments to eval (or 0 if there were no command substitutions).
I pomimo negatywnej psychiatrycznym eval, że mówi, że jesteś zimna i nieczuła, Twoje testy polowe i wasze evals bojowe były poza skalą.
And despite a negative psych eval that says you're cold and heartless, your field tests and your combat evals were off the charts.
Funkcja eval ewaluuje listę, zwracając inną listę jako wynik.
The eval function evaluates the data, returning zero or more other Lisp data as a result.
Kolejna instrukcja zawiera wywołanie funkcji eval, która generuje odniesienie do obiektu typu klip filmowy. Odniesienie to jest przypisywane zmiennej x.
It then uses the eval function to create a reference to a movie clip instance and assigns it to the variable x.
Gdy to zostanie wykonane, podstawowy REPL może być wprowadzony za pomocą tylko jednej linii kodu: (loop (print (eval (read)))).
This done, a basic REPL itself is but a single line of code: (loop (print (eval (read)))).