Concept
- Core value families include None, Int, Num, Bool, Text, Bytes, List, Map, Set, functions, objects, errors and durations.
- Compound assignments include +=, -=, *=, /= and %=`.
Example
name = "SE"
age = 1
score = 98.5
ready = true
score += 1
say score