1 Matching Annotations
  1. Oct 2017
    1. Assignment statements provide a way to associate a name with a value

      Variable = Expression

      An Expression is evaluated and the it's value (reference to an object) is assigned to a Variable