@joyjoy@lemmy.world to Programmer Humor@programming.devEnglish • edit-22 years agoSome people just can't pace themselveslemmy.worldimagemessage-square28arrow-up1466
arrow-up1466imageSome people just can't pace themselveslemmy.world@joyjoy@lemmy.world to Programmer Humor@programming.devEnglish • edit-22 years agomessage-square28
minus-square@joyjoy@lemmy.worldOPlinkfedilinkEnglish3•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-square@ArcaneSlime@lemmy.dbzer0.comlinkfedilinkEnglish1•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!