The Dink Network

Reply to Re: The Three Pillars of Dink v1.08

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 29th 2005, 05:54 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Sorry, but that sounds like... weird stuff

First we have &x, &y = 4, 6 (if you don't mind the notation), then it executes bob(), now, if I gather it correctly, &x, &y = 4, 8, which is what he says when it executes function(). Then, &x is devided by 2, leaving &x, &y = 2, 8...

Do you mean that while &x changes its value from 4 to 2 in the proc jumping, &y reverts back to its old value? How come? Has it anything to do with the separate int &y in bob()?