C3 Tutorial
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Macros

  • All user defined macros use the @ symbol.
  • Use & in front of a parameter to capture the variable and pass it by reference without having to explicitly use & and pass a pointer.