Quote:
000<?php
001 // I forgot I made this
002 if($x = $y)
003 {
004.....// Tabbed indenting works
005.....for($i = 0; $i < 10; $i++)
006.....{
007.........echo "multiple times!\n";
008.....}
009 }
010
011 ?>
000<?php
001 // I forgot I made this
002 if($x = $y)
003 {
004.....// Tabbed indenting works
005.....for($i = 0; $i < 10; $i++)
006.....{
007.........echo "multiple times!\n";
008.....}
009 }
010
011 ?>
It formats code to look alright on the VN. Never finished it though. Wanted to add coloring to it at one point.
-----signature-----
_____.........--------===*
The More You Know.
Take what you want from this life. It's yours.
Weight Loss Since Jan 1, 2011: Start: 263.1lbs - Current: 185.5 lbs
Lost to Date: 77.6 Lbs. http://www.endomondo.com/workouts/uXH
The More You Know.
Take what you want from this life. It's yours.
Weight Loss Since Jan 1, 2011: Start: 263.1lbs - Current: 185.5 lbs
Lost to Date: 77.6 Lbs. http://www.endomondo.com/workouts/uXH



