24.08.2011, 21:59
Hello everyone, I could use a function to speed up the various loops?, As well as I did in the forward + public:
various loop
Код:
#define function%0(%1) forward%0(%1); public%0(%1)
Код:
function add(a, b) { return a + b; }
Код:
#define Loop(%0,%1) for(new %0; %0 != %1; %0++)