The Dink Network

Reply to Re: dinkc question

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 7th 2002, 09:43 PM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
: Yea, I was pretty sure...just trying to see if I could delay the inevitable. It's just that Dinkc is a little weird about nested ifs...it tends to execute things inside false statements if the inner if comes out true...::grumble::

another way:

if (&thing < 1)

goto whatever;

if (&thing > 3)

goto whatever;

do this

whatever: