User:Jcourteau: Difference between revisions


No edit summary
No edit summary
Line 1: Line 1:
<source lang="php">
<source lang="ruby">
<?
<?
test();
test()
echo "<html><body>Hmm</body></html>";
puts "<html><body>Hmm</body></html>"
$i = 1;
i = 1
?>
?>
</source>
</source>

Revision as of 17:57, 13 January 2009

<?
test()
puts "<html><body>Hmm</body></html>"
i = 1
?>