joyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agoSome people just can't pace themselveslemmy.worldimagemessage-square31fedilinkarrow-up1452arrow-down126
arrow-up1426arrow-down1imageSome people just can't pace themselveslemmy.worldjoyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square31fedilink
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.
minus-squareArcaneSlime@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·1 year 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!