
12-14-2001, 11:01 PM
|
|
bryan986
|
 |
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
|
|
function arguments
|
can you pass arguments through functions in graal like this?
funtion Test(this.test){
this.test+=5;
}
Test(5);
this.test would now be worth 10 if it worked |
|
|
|