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或未定义值。