JPDev@programming.dev to Programmer Humor@programming.dev · 2 年前Whitespaceprogramming.devimagemessage-square59linkfedilinkarrow-up1305arrow-down110
arrow-up1295arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 年前message-square59linkfedilink
minus-squarenoli@programming.devlinkfedilinkarrow-up9·2 年前if(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.