<?php

function ternary ($C) {

$T = ( is_int$C ) ) ? ;

return (
$T);

}

echo 
ternary (0);

echo 
ternary (1);

echo 
ternary (1.1);

echo 
ternary (-1);

echo 
ternary (-2);

?>
back to the source menu
downloadtest
(PageGen 0.063295 Seconds)