173
JavaScript
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Ironically
'a'++works in C/C++ because'a'ischarwhere in JS 'a' isstring.