Post Reply 
Calling a function with an arbitrary number of arguments
05-02-2019, 10:56 AM
Post: #3
RE: Calling a function with an arbitrary number of arguments
args inside a CAS program returns the function and arguments. For example
f():=begin return args; end
then f(1,23) or f(1)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Calling a function with an arbitrary number of arguments - parisse - 05-02-2019 10:56 AM



User(s) browsing this thread: 1 Guest(s)