The Dink Network

Reply to Re: Goto

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:
 
 
June 9th 2003, 10:57 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
but not

if (&one == 1) say("Wah", 1);


Um... that works. The only thing that you can't do with if statements without curly brackets is variable assignments. For example, this won't work:

if (&gold > 500) &gold -= 500;

And I think this doesn't work too:
if (&gold > 500)
&gold -= 500;