Go to the first, previous, next, last section, table of contents.


xyz_pqr, syz_stu

xyz_pqr(arg1,arg2[,flag])
xyz_stu(arg1,arg2)
:: xyz に関する操作.
return
整数
arg1, arg2
整数
flag
0 または 1
[219] xyz_pqr(1,2);
3
[220] xyz_pqr(1,2,1);
3
0
[221] xyz_stu(1,2);
3
参照
@xref{xyz_abc}

ChangeLog


Go to the first, previous, next, last section, table of contents.