Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarify that a isn't modified

Operators are applied to expressions using post-fix notation with a period (.) as the separator. For example, if a is a string, the lc() operator, which lowers creates a new string with the case of all the characters in the stringcharacters in a lowered, is applied to a as follows:

...