Support for floating point data types ``` let x = 1.5123 let y: float = 5.2 ```
Support for floating point data types