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

6.9.1 call

call(name, args)
:: Call the function name with args.

return
a return value of name().
name
indefinite (function name)
args
a list of arguments

 
[0] A=igcd;
igcd
[1] call(A,[4,6]);
2
[2] (*A)(4,6);
2

References
6.8.3 vtype.



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