Difference between revisions of "User:Mguesdon"

From GNUstepWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
'''GNUstep Stuff''': [http://www.gnustepweb.org GNUstepWeb] and gdl2
 
'''GNUstep Stuff''': [http://www.gnustepweb.org GNUstepWeb] and gdl2
  
<syntaxhighlight lang="php">
+
<syntaxhighlight>
<?php
+
[a b:c];
    $v = "string";   // sample initialization
 
?>
 
html text
 
<?
 
    echo $v;        // end of php code
 
?>
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 11:00, 31 July 2012

Manuel Guesdon

Home: Orange Concept

Email: mguesdon [at] orange-concept.com


GNUstep Stuff: GNUstepWeb and gdl2

<syntaxhighlight> [a b:c]; </syntaxhighlight>