paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 1 month agoUse this information wiselylemmy.mlimagemessage-square77linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square77linkfedilink
minus-squareargh_another_username@lemmy.calinkfedilinkarrow-up0·1 month agoTake 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-squareHairyHarry@lemmy.worldlinkfedilinkarrow-up0·1 month agoNot all! Just one or two per file.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up0·1 month agoJust the last one, right before the EOF. Speaking of EOF, I wonder what a heredoc might do with this 😇
minus-squarescott@lemmy.orglinkfedilinkEnglisharrow-up0·1 month agoYou’re just going to get syntax errors though
minus-squarePetter1@discuss.tchncs.delinkfedilinkarrow-up0·1 month agoNot 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.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up0·1 month agoYou are right … but, you’re not thinking big enough. Think … sticky tape on the bottom of a mouse.
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.
Hmm … bash.
Not all! Just one or two per file.
Just the last one, right before the EOF.
Speaking of EOF, I wonder what a heredoc might do with this 😇
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.
You are right … but, you’re not thinking big enough.
Think … sticky tape on the bottom of a mouse.