paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 4 天前Use this information wiselylemmy.mlimagemessage-square53linkfedilinkarrow-up1579arrow-down19
arrow-up1570arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 4 天前message-square53linkfedilink
minus-squareargh_another_username@lemmy.calinkfedilinkarrow-up8·4 天前Take someone’s source code, replace all semi colons with Greek question marks and see if they can compile. But as others said, any IDE will help.
minus-squarescott@lemmy.orglinkfedilinkEnglisharrow-up2·4 天前You’re just going to get syntax errors though
minus-squarePetter1@discuss.tchncs.delinkfedilinkarrow-up5·4 天前Not if you choose to replace the correct ones at the correct place and it is a compiler which automatically ignores this wrong semicolon. You could connect two lines, which may still “work” if not split using a semicolon and are then interpreted as one single line.
Take someone’s source code, replace all semi colons with Greek question marks and see if they can compile. But as others said, any IDE will help.
You’re just going to get syntax errors though
Not if you choose to replace the correct ones at the correct place and it is a compiler which automatically ignores this wrong semicolon.
You could connect two lines, which may still “work” if not split using a semicolon and are then interpreted as one single line.