Values
Umbra has various value types including strings (str
), numbers (num
), booleans (bool
), etc. Here are a few basic examples.
Strings, which can be added together with +.
Numbers.Booleans, with boolean operators as you’d expect.
Next example: Variables