Chapter 2
Learning Basics in Julia
Section 6
Variables
Variables in Julia are handled in similar ways to other dynamic languages. However, there are some unique differences in how types are handled. - Get to know naming rules, for example, characters you can use in an identifier - Understand type annotations, associating type information with a variable - Understand scoping rules, visibility of variables in different scopes