11.12.2009, 11:23
Код:
new result1, result2; new entry = 4; Summate(entry, result1, result2)//result1 output the result of entry+1 | result2 output the result of entry+2 echo result1; //This views no the value 5 echo result2; //This views no the value 6