Thread
:
Prelude
View Single Post
#
11
01-04-2011, 01:53 AM
Codein
jwd
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
But wait...
PHP Code:
function
isEven
(
value
)
{
return !(
value
&
1
);
}
Codein
View Public Profile
View GraalOnline Profile
Find all posts by Codein