Main      Site Guide    
Message Forum
Re: AGLL challenge
Posted By: Wes, on host 204.215.201.8
Date: Wednesday, December 5, 2001, at 20:35:30
In Reply To: AGLL challenge posted by gremlinn on Wednesday, December 5, 2001, at 13:55:08:

This may be wrong, I just read over the commands for the first time about 30 seconds ago... Assume this area is called add...

s = 0

c v2>0 {
1 + s
1 - v2
g (add)
}

c v2=0 {
g (add2)
}

Now s is v2, v1 is still the same, and v2 is 0. If everything worked right. This is add2:

c s>0 {
1 + v2
1 - s
1 + v1
g (add2)

c s=0 {
g(whereveryouwant)
}

Wes - "19?"

Replies To This Message

Post a Reply

RinkChat Username:
Password:
Email: (optional)
Subject:
Message:
Link URL: (optional)
Link Title: (optional)

Make sure you read our message forum policy before posting.