weird@sub.wetshaving.socialtoProgrammer Humor@programming.dev•Why make it complicated?1 yearThere is also the thing where the compiler might mistake your c++ style variable declaration for a function, e.g. String myfunction(): String myvariable(); 789%8
There is also the thing where the compiler might mistake your c++ style variable declaration for a function, e.g.