Identifiers i16
Names of variables, functions, etc.
Contain
    - letters
    - underscore
    - digits
Begin with letters or underscore
Legal Illegal
happy_meal 10value
_value value-1
price1
Case sensitive
    taco TACO TaCo
Must be descriptive (use 3-15 characters)
    t
    temp
    temperature