[ create a new paste ] login | about

Link: http://codepad.org/QYKIPmTc    [ raw code | output | fork ]

PHP, pasted on Mar 14:
1
2
3
4
<?
$value = 1?2:3;
echo($value);
?>


Output:
1
2


Create a new paste based on this one


Comments: