Let keyword
The let keyword in water is used when defining a variable. It can be used instead of writing out the full type of the variable being defined by infering the type of the expression being assigned to the variable.
Example
The following example defines a few variables using the let keyword, and verifies that their types are as expected.