"; if ($a >= 0) { echo "a is groter of gelijk 0"; } else { echo "a is kleiner dan 0"; } echo ""; echo "The above output is generated by the code below:"; highlight_file( __FILE__ ); ?>