undef
美
英 
例句
If it is undefined, we return undef as well.
如果此變量沒有被定義,將返回undef。
But if UNDEF appears, it is not defined in that object and must be resolved elsewhere.
但如果出現UNDEF,則它不在那個對象中定義并且必須在其他地方被解析。
You get a new $x, initialized to undef, every time through the loop.
每次遍歷循環時,你得到一個新的$x,其值初始化為undef。
Replace the #undef macros with #define and insert the version information.
把#undef宏替換為#define并插入版本信息。
If we did, it would be initialized to undef every time we called my_rand.
假如這樣做了,當每次調用my_rand時,$seed會被初始化為undef。
If -a is a hash switch, then just hello will create a key of hello with an undef value.
如果-a是一個散列開關,那么hello僅會創建一個帶有undef值的hello鍵。
Also, they are limited to scalar strings or undef for the values.
另外,它們的值被限制為標量字符串或undef。
Change the #undef macros to #define and set the variable types to int (see Listing 2).
把#undef宏改為#define,把變量類型設置為int(見清單2)。
Assuming a good random number generator, you will get either 1 or undef based on the timeout.
假定有一個好的隨機數生成器,您將根據超時獲得1或未定義值。