Quote:
Originally posted by Hevaricubed
lol lazyness.
for(i=0;i<10;i++ {
}
==
i=0;
while (i<10) {
i++;
}
you think not?
Hit F6.
|
You're missing the point. Some people are requesting commands for things which can easily be scripted, just so they don't have to script it themselves. There's a difference between a time-saving command and one which is incarnated just because of someone's laziness. In other words, they're asking for something that they'll only use once or twice, not a script command which would come into use frequently.