All pastes #2046433 Raw Edit

Miscellany

public text v1 · immutable
#2046433 ·published 2011-04-14 15:53 UTC
rendered paste body
<?php
$s="3";
$n=3;
if ($s==$n){
	print "va";
}else{
	print "no va";
}
?>