you are viewing a single comment's thread
view the rest of the comments
[–] [S] 3 points 3 years ago (1 child)

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.

  • source
  • parent
  • hideshow 2 child comments