ZINC vs. cJass

Status
Not open for further replies.
cJass all the way. Vex can make his own syntax all he wants, but cJass has #defines, better than any retarded text macro.

And the i++ problem? Maybe if you use something ridiculously complicated. I assure you, ++ has never not worked for me and saves half the typing.
 
Last edited:
It only doesnt work right if you use it twice in one line. For instance:

i = 3
h = (i++) + (i++)

It sets h to 10, instead of 9.
I'm sure thats not how cJass really looks. I haven't done much with it besides a demo run.
 
Status
Not open for further replies.
Back
Top