Quote:
Originally posted by Zero Alpha:
Welcome to Ironworks TX_Chris [img]graemlins/thewave.gif[/img]
quote: Originally posted by Zuvio:
IF
TX_Chris:=female;
THEN
say:="HIYA!! Welcome and all that! Enjoy your stay!!!!";
ELSE
say:="You still owe me ten bucks d00d!!";
END
|
Is this delphi code by any chance?
#include "stdio.h"
void main(void)
{
if (tx_chris == female)
{
printf("HIYA!! Welcome and all that! Enjoy your stay!!!!")
} else
{
printf("You still owe me ten bucks d00d!!")
}
}
you cant beat the C code [/QUOTE]
Been a long time for me. And I used to be a small-time programmer for small office applications custom made for the dimwitted. Now I tell programmers what to do and it suits me much better, I'll tell ya
__________________
[img]\"http://img121.exs.cx/img121/4236/zuviodemonnoname2hf.gif\" alt=\" - \" />
|