joyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agoSome people just can't pace themselveslemmy.worldimagemessage-square29fedilinkarrow-up1310arrow-down118
arrow-up1292arrow-down1imageSome people just can't pace themselveslemmy.worldjoyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square29fedilink
minus-squarejoyjoy@lemmy.worldOPlinkfedilinkEnglisharrow-up3·1 year agoThe ${} syntax manipulates a variable. In this instance, I believe % removes a suffix. # is for a prefix. I can never remember which is which. Semicolons just separate statements. You can replace them with a new line to get the same effect.
The ${} syntax manipulates a variable. In this instance, I believe % removes a suffix. # is for a prefix. I can never remember which is which.
Semicolons just separate statements. You can replace them with a new line to get the same effect.