[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.11.7 print

print(obj [,nl])
:: obj を表示する.

return
0
obj
任意
nl
フラグ (任意)

 
[8] def cat(L) { while ( L != [] ) { print(car(L),0); L = cdr(L);}
print(""); }
[9] cat([xyz,123,"gahaha"])$
xyz123gahaha



This document was generated by root on March, 5 2004 using texi2html