Difference between revisions of "User talk:Ljdursi"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
 
Line 1: Line 1:
<syntaxhighlight lang="php"> <?php
+
<source lang="c">
 
+
while(1){
  $v = "string";   // sample initialization
+
  i++;
 
+
}
?>
+
</source>
html text
 
<?
 
 
 
  echo $v;        // end of php code
 
 
 
?>
 
</syntaxhighlight>
 

Latest revision as of 10:44, 8 June 2009

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

 i++;

} </source>