
i need a nap and some cookies and milk
( ,
Thu 9 Oct 2008, 20:47,
archived)

% (Modulus)
The modulus operator is used as follows:
var1 % var2
The modulus operator returns the first operand modulo the second operand, that is, var1 modulo var2, in the preceding statement, where var1 and var2 are variables. The modulo function is the integer remainder of dividing var1 by var2. For example, 12 % 5 returns 2. The result will have the same sign as var1; that is, −1 % 2 returns −1.
( ,
Thu 9 Oct 2008, 20:49,
archived)
The modulus operator is used as follows:
var1 % var2
The modulus operator returns the first operand modulo the second operand, that is, var1 modulo var2, in the preceding statement, where var1 and var2 are variables. The modulo function is the integer remainder of dividing var1 by var2. For example, 12 % 5 returns 2. The result will have the same sign as var1; that is, −1 % 2 returns −1.

where is the divide symbol@?
edit : found it / / / / / :D stupid new keyboard! (excuses excuses)
( ,
Thu 9 Oct 2008, 20:49,
archived)
edit : found it / / / / / :D stupid new keyboard! (excuses excuses)