(var:str a "1234") (var:int b (:int a)) (write a) (newline) (write b) (newline)