The Dink Network

One question

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)
{
}
}
October 18th 2009, 07:59 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
My guess is on the second one.
October 18th 2009, 08:44 AM
fairy.gif
GlennGlenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
Logical operators does not exist within this very scripting language.