Hello World
{module Programming}
{source}
<!-- You can place html anywhere within the source tags -->
<pre class="brush:php;"><?php$example = range(0, 9);foreach ($example as $value){ echo $value;}?>
</pre>
<script language="javascript" type="text/javascript">
// You can place JavaScript like this
</script>
<?php
// You can place PHP like this
?>
{/source}