The Dink Network

Reply to One 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:
 
 
October 18th 2009, 07:55 AM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
Is there a 'and' command in DinkC?
If(&a > 10 and &a < 20)
{
}

or would I have to write it like this:
If(&a >10)
{
If(&a < 20)
{
}
}