JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoWhitespaceprogramming.devimagemessage-square58fedilinkarrow-up1293arrow-down110
arrow-up1283arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square58fedilink
minus-squarenoli@programming.devlinkfedilinkarrow-up9·10 months 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.