Hello World

{module Programming}

{source}
<!-- You can place html anywhere within the source tags -->

<pre class="brush:php;">
&lt;?php
$example = range(0, 9);
foreach ($example as $value)
{
echo $value;
}
?&gt
</pre>



<script language="javascript" type="text/javascript">
    // You can place JavaScript like this

</script>
<?php


// You can place PHP like this

?>
{/source}