JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoWhitespaceprogramming.devimagemessage-square10fedilinkarrow-up110arrow-down10
arrow-up110arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square10fedilink
minus-squareClay_pidgin@sh.itjust.workslinkfedilinkEnglisharrow-up0·edit-29 months agoCan you give me an example? I’m not sure I follow. Might be language specific?
minus-squarenoli@programming.devlinkfedilinkarrow-up1·9 months agoif(condition) statement; Is valid in typical C-style syntax. if condition { … } Is invalid in typical C-style syntax
Can you give me an example? I’m not sure I follow. Might be language specific?
if(condition) statement; Is valid in typical C-style syntax.
if condition { … }
Is invalid in typical C-style syntax