**Describe:** Datatypes support: ``` var x: int = 10; var y: float = 10.5; var z: bool = true; var s: string = "Hello World"; var ch: char = 'A'; ```