=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/parts/builtin/structure.texi,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/asir-doc/parts/builtin/structure.texi 2000/09/25 06:25:11 1.1 +++ OpenXM/src/asir-doc/parts/builtin/structure.texi 2003/11/27 15:56:08 1.3 @@ -1,4 +1,4 @@ -@comment $OpenXM$ +@comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/structure.texi,v 1.2 2003/04/19 15:44:59 noro Exp $ \BJP @node 構造体,,, 組み込み函数 @section 構造体 @@ -97,7 +97,7 @@ by @code{->} can be nested. @item name \JP 文字列 \EG string -@item add, sub, mul, div, pwr, chsgn, comp +@item add sub mul div pwr chsgn comp \JP ユーザ定義関数 \EG user defined functions @end table @@ -109,10 +109,15 @@ by @code{->} can be nested. This function registers a set of fundamental operations for a type of structure whose name is @var{name}. \E +\BJP @item +登録したくない基本演算に対しては引数に 0 を与える. +これによって一部の演算のみを利用することができる. +\E +@item \JP それぞれの関数の仕様は次の通りである. \EG The specification of each function is as follows. -@table @var +@table @code @item add(A,B) A+B @item sub(A,B)