1. undefinedp(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. undefinedp() - 判断指定的变数是否尚未定义.
    4. 函数语法:
    5. int undefinedp( mixed arg );
    6. 整数 undefinedp( 混合 arg );
    7. 函数用法:
    8. 如果 arg 已有定义, 则传回 1. arg 在以下的情形视为未定
    9. 义:
    10. (1) 变数设定为 call_other 以不存在的方式呼叫所传回的值.
    11. (即 arg = call_other( obj, "???"); )
    12. (2) 变数设定为读取一个映射变数中不存在的元素.
    13. 参考函数:
    14. mapp(3), stringp(3), pointerp(3), objectp(3), intp(3),
    15. bufferp(3), floatp(3), functionp(3), nullp(3), errorp(3)
    16. 手册翻译:
    17. Phoebus@ZH 97.jul.25. (Writen 5/23/97)