Forgot your password?
typodupeerror

Comment Eval() (Score 1) 101

I do hope he isn't just running a blind eval() on whatever the input string he gets from the player. "while(true) {GameObject.FindWithTag ("Player").transform.position.y+=100;}" would be fun to watch. Or even better "var temp : Array; temp.Push(1);" ==> null ref exception ==> crashed game.

Slashdot Top Deals

Computer Science is the only discipline in which we view adding a new wing to a building as being maintenance -- Jim Horning

Working...