| version 1.10, 2003/04/19 15:44:58 |
version 1.11, 2003/04/20 08:01:28 |
|
|
| @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/io.texi,v 1.9 2002/09/03 01:50:59 noro Exp $ |
@comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/io.texi,v 1.10 2003/04/19 15:44:58 noro Exp $ |
| \BJP |
\BJP |
| @node 入出力,,, 組み込み函数 |
@node 入出力,,, 組み込み函数 |
| @section 入出力 |
@section 入出力 |
| Line 527 convenient to minimize programming efforts. |
|
| Line 527 convenient to minimize programming efforts. |
|
| @end itemize |
@end itemize |
| |
|
| @example |
@example |
| [8] def cat(L) @{ while ( L != [] ) @{ print(car(L),0); L = cdr(L);@} print(""); @} |
[8] def cat(L) @{ while ( L != [] ) @{ print(car(L),0); L = cdr(L);@} |
| |
print(""); @} |
| [9] cat([xyz,123,"gahaha"])$ |
[9] cat([xyz,123,"gahaha"])$ |
| xyz123gahaha |
xyz123gahaha |
| @end example |
@end example |