joyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-22 years agoSome people just can't pace themselveslemmy.worldimagemessage-square33fedilinkarrow-up1448arrow-down124
arrow-up1424arrow-down1imageSome people just can't pace themselveslemmy.worldjoyjoy@lemmy.world to Programmer Humor@programming.devEnglish · edit-22 years agomessage-square33fedilink
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!