View Single Post
  #4  
Old 12-12-2009, 01:30 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Stefan View Post
You mean instead of doing this?
PHP Code:
temp.func = function (temp.atemp.b) {
  return 
temp.temp.b;
};
foobar(temp.func); 
Yes.

In a script where I created 40 to 50 different closures it was getting irritating to create a junk variable like that.
Reply With Quote