Talk freely about the scene, the world of remixing, or anything off-topic unsuitable for the "Fun Forum".
Retrovertigo
Forum Loony
Posts: 149 Joined: 16/06/2003 - 16:24
Post
by Retrovertigo » 05/12/2003 - 16:43
* sexy66 has joined #RemixCommodore
<]disease[> sexy66!
<[makke]> you've entered the wrong channel
<]disease[> how are you?
<[makke]> this is a nerd channel
Retrovertigo
Forum Loony
Posts: 149 Joined: 16/06/2003 - 16:24
Post
by Retrovertigo » 05/12/2003 - 17:01
<]disease[> before betty, makke used to use an old matrix printer with a sponge glued to the printing head to have fun
Retrovertigo
Forum Loony
Posts: 149 Joined: 16/06/2003 - 16:24
Post
by Retrovertigo » 10/12/2003 - 17:43
<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
Posts: 5307 Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:
Post
by Chris Abbott » 10/12/2003 - 17:51
<<<
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
Slaygon
Forum Admin
Posts: 676 Joined: 04/11/2003 - 13:53
Contact:
Post
by Slaygon » 10/12/2003 - 17:54
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
Posts: 5307 Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:
Post
by Chris Abbott » 10/12/2003 - 18:21
> Which is exactly the case here.
Well, then {fill->it} my good man