joyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-22 years agoSome people just can't pace themselveslemmy.worldimagemessage-square31fedilinkarrow-up1465arrow-down126
arrow-up1439arrow-down1imageSome people just can't pace themselveslemmy.worldjoyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-22 years agomessage-square31fedilink
minus-squarejoyjoy@lemmy.worldOPlinkfedilinkEnglisharrow-up3·2 years 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.
minus-squareArcaneSlime@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·2 years agoThanks for the info, it definitely helped!
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.
Thanks for the info, it definitely helped!