joyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agoSome people just can't pace themselveslemmy.worldimagemessage-square33fedilinkarrow-up1465arrow-down126
arrow-up1439arrow-down1imageSome people just can't pace themselveslemmy.worldjoyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square33fedilink
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!