@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agoWhitespaceprogramming.devimagemessage-square58arrow-up1306
arrow-up1306imageWhitespaceprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square58
minus-square@noli@programming.devlinkfedilink8•1 year agoif(condition) statement; Is valid in typical C-style syntax. if condition { … } Is invalid in typical C-style syntax
if(condition) statement; Is valid in typical C-style syntax.
if condition { … }
Is invalid in typical C-style syntax
Gotcha, thanks.