Slide 14 of 80
Notes:
- I prefer to use implicit referencing whenever possible. It makes scripts easier to read (closer to conventional programming), avoids problems of early explicit referencing shown on the previous page, and preserves the variable’s type. So my recommendation is that in the five commands listed above, and for all function arguments, and inside ![expressions] use implicit referencing as your first choice.