On Wed, Feb 27, 2008 at 4:34 PM, Shawn McKenzie <[EMAIL PROTECTED]> wrote:
> Daniel Brown wrote:
> > On Wed, Feb 27, 2008 at 3:46 PM, Matty Sarro <[EMAIL PROTECTED]> wrote:
> >> Completely off subject, but man I miss quickbasic... that was such a fun
> >> language to program in way back-in-the-day. So simple!
> >
> > Not to mention the ability to add (at the time) decent graphics to
> > an application as opposed to:
> >
> > 10 SCREEN 12
> > 20 WINDOW (0,0) - (1000,750)
> > 30 FOR N=1 TO 50
> > 40 LINE (N*20,0) - (0,750-N*15)
> > 50 NEXT N
> > ....
> >
> Maybe for you. For me, crap...
>
> 10 SCREEN 12
> 15 WINDOW (0,0) - (1000,750)
> 20 FOR N=1 TO 50
> 30 LINE (N*20,0) - (0,750-N*15)
> 40 NEXT N
Not sure what you meant by "crap" when you just changed line numbers.
--
</Dan>
Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php