User:Jcourteau: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<source lang=" | <source lang="ruby"> | ||
<? | <? | ||
test() | test() | ||
puts "<html><body>Hmm</body></html>" | |||
i = 1 | |||
?> | ?> | ||
</source> | </source> |
Revision as of 16:57, 13 January 2009
<?
test()
puts "<html><body>Hmm</body></html>"
i = 1
?>