User:Nyet/sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
asdfasdf |
asdfasdf |
||
< |
<php>for (i=0;i<foo;i++) { |
||
switch(i) { |
switch(i) { |
||
case 1: bar() break; |
case 1: bar() break; |
||
Line 7: | Line 7: | ||
} |
} |
||
} |
} |
||
</ |
</php> |
Revision as of 07:32, 20 July 2007
asdfasdf
<php>for (i=0;i<foo;i++) {
switch(i) { case 1: bar() break; default: foo() break; }
} </php>