Values
Go+ has various value types including strings, integers, floats, booleans, etc.
Here are a few basic examples.
Strings, which can be added together with +
.
Integers and floats.
Booleans, with boolean operators as you’d expect.
Next example: Constants