295
Whitespace
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
if(condition) statement; Is valid in typical C-style syntax.
if condition { ... }
Is invalid in typical C-style syntax
Gotcha, thanks.