
08-31-2011, 10:25 PM
|
Era iPhone PR
|
 |
Join Date: Aug 2010
Posts: 324
|
|
By the way, what do
? and % mean in scripting? My scripting reference says:
? = tertiary operator (condition?true-case:false-case)
% = mod; a%b = a - int(a/b)*b;
I don't really understand that... |
|
|