mIRC quotes

Talk freely about the scene, the world of remixing, or anything off-topic unsuitable for the "Fun Forum".
User avatar
Retrovertigo
Forum Loony
Forum Loony
Posts: 149
Joined: 16/06/2003 - 16:24

Post by Retrovertigo »

* sexy66 has joined #RemixCommodore
<]disease[> sexy66!
<[makke]> you've entered the wrong channel
<]disease[> how are you?
<[makke]> this is a nerd channel
User avatar
Retrovertigo
Forum Loony
Forum Loony
Posts: 149
Joined: 16/06/2003 - 16:24

Post by Retrovertigo »

<]disease[> before betty, makke used to use an old matrix printer with a sponge glued to the printing head to have fun
User avatar
Retrovertigo
Forum Loony
Forum Loony
Posts: 149
Joined: 16/06/2003 - 16:24

Post by Retrovertigo »

<Slaygon> if (!cup) { get(cup); fill(cup, coffee); } while (!EOL(cup->coffee)) { drink(cup->coffee); }
<SirKidd> burp
<Slaygon> (where EOL==End Of Liquid)
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Post by Chris Abbott »

<<<
if (!cup) { get(cup); fill(cup, coffee); } while (!EOL(cup->coffee)) { drink(cup->coffee); }
>>>
Shouldn't that be:

if (!cup) get(cup); fill(cup, coffee);

?

Otherwise if you had a cup, it would still be empty.

Chris
User avatar
Slaygon
Forum Admin
Forum Admin
Posts: 676
Joined: 04/11/2003 - 13:53
Contact:

Post by Slaygon »

Chris Abbott wrote: Shouldn't that be:

if (!cup) get(cup); fill(cup, coffee);

?

Otherwise if you had a cup, it would still be empty.
Which is exactly the case here. ;)
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Post by Chris Abbott »

> Which is exactly the case here. ;)
Well, then {fill->it} my good man :)
Post Reply