> {quote:title = sdgrant写道:} {quote}>函数identify_value()会将列表转换为字符串并返回字符串列表(1,3,5,9,3 + 4i)。
我想要第二个。
identify_value()非常适合转储各种变量的调试输出字符串,而不必担心数据类型。
decl b = list(1,3,5,9,3 + 4i);
的fputs(错误,identify_value(B));
以上来自于谷歌翻译
以下为原文
> {quote:title=sdgrant wrote:}{quote}
> The function identify_value() will convert the list to a string and return the string list(1,3,5,9,3+4i).
I want to second this. identify_value() is great to dump debug output strings for all kinds of variables, without having to worry about the data type.
decl b=list(1,3,5,9,3+4i);
fputs(stderr,identify_value(b));
> {quote:title = sdgrant写道:} {quote}>函数identify_value()会将列表转换为字符串并返回字符串列表(1,3,5,9,3 + 4i)。
我想要第二个。
identify_value()非常适合转储各种变量的调试输出字符串,而不必担心数据类型。
decl b = list(1,3,5,9,3 + 4i);
的fputs(错误,identify_value(B));
以上来自于谷歌翻译
以下为原文
> {quote:title=sdgrant wrote:}{quote}
> The function identify_value() will convert the list to a string and return the string list(1,3,5,9,3+4i).
I want to second this. identify_value() is great to dump debug output strings for all kinds of variables, without having to worry about the data type.
decl b=list(1,3,5,9,3+4i);
fputs(stderr,identify_value(b));
举报