
DUMP_VARIABLE(2)           silmul_efun          DUMP_VARIABLE(2)

名稱
     dump_variable - 傳回參數型態的"文字"表示字串

語法
     varargs string dump_variable(mixed arg, int indent);

描述
     This efun returns a text representation of the value of arg,
     as follows:

     If   arg   is:       dump_variable    returns:    ==========
     ================================================== an object
     "(" +  object's-file-name  +  ")  a  string       "  an  int
     "#"  +  arg (in text form, of course) a pointer     "ARRAY",
     followed by an indented dump_variable of
                       each element  in  the  array.   a  mapping
     "MAPPING", followed by an indented dump_variable
                       list of each key/item pair in the mapping.

作者
     Ichabod@TMI, 1/27/93
     wade@future 4/7/1996 翻譯

MudOS Release 0.9         Last change:                   3-19-93

