Thread: Question
View Single Post
  #2  
Old 03-09-2007, 02:20 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
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...
Reply With Quote