View Single Post
  #6  
Old 07-11-2007, 10:53 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by zokemon View Post
Oh? I've been in such a habit to spam temp. everywhere that I see that I would have no way of knowing this.
That's what I do.

on Java,

PHP Code:
for ( int i 05++ ) 
the variable 'i' is contained in the for and is not made global like if you were to do:

PHP Code:
int i;
for ( 
05++ ) 
Perhaps Graal does something similar?
__________________
Reply With Quote