This is the internet sir! People can have it both ways!
This is the internet sir! People can have it both ways!
Kudos to everyone who doesn’t notice gender
There is also the thing where the compiler might mistake your c++ style variable declaration for a function, e.g.
String myfunction():
String myvariable();
Hmm I wonder why