undef

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創建一個帶有undefhello

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定義