How to detect odd or even numbers
How to Detect odd or even numbers in MEL
int $num = 1;
if ($num % 2 == 0)
print($num + " even");
else
print($num + " odd");
$num++;
"The Sage as an Astronomer: If you still see the stars as something above you, you lack the eye of knowledge." Friedrich Nietzsche