Thursday, January 17, 2013

Test of Syntax Highlighter

Here is a test of syntax highlighter software:
<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}
Let's see how the test turns out

No comments:

Post a Comment