Difference between revisions of "User talk:Ljdursi"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
(Created page with '<syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syntaxhighlight>')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="php">
+
<source lang="c">
<?php
+
while(1){
    $v = "string";    // sample initialization
+
  i++;
?>
+
}
html text
+
</source>
<?
 
    echo $v;         // end of php code
 
?>
 
</syntaxhighlight>
 

Latest revision as of 10:44, 8 June 2009

<source lang="c"> while(1){

 i++;

} </source>