Thread: autoindention
View Single Post
Old May 13th, 2006, 11:33 AM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road


This is what your PHP interpreter works with:
[php]echo("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n");
echo("test 1<br/>\n");
echo("test 2\n");
[/php]
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote