
03-09-2007, 02:20 AM
|
|
Registered User
|
Join Date: Oct 2003
Posts: 2,712
|
|
|
It's just a value or an object that you use when you want to transfer information across a system/system(s). They are passed through a function.
On Graal, params are read as an array of values, of which the first value in the sent function would be params[0], the second params[1], etc... |
|
|
|