Quote Originally Posted by Shougun View Post
Quote Originally Posted by Kosmos992k View Post
v_SB_hype_level++;
I got excited when I saw it lol. Fun to see it crop up sometimes. I like when people use operators in conversations too (like !=, ==, XOR and stuff).
lol, I'm an old school programmer, I like the more explicit code;

v_sb_hype_level := v_sb_hype_level +1;

Although, both will coexist nicely and result in an even higher value for v_sb_hype_level.