Other types of variables

You'll learn more about these other types of variables later, but just in case they appear in any examples...

  • Instance variables - @x
  • Property variables - .x
  • This variables - %x
  • Special variables - *x
  • Symbols - :x

Next: Types