let a:bool = true 
let b:int = 2
let c:float = 2.2
let t:str = "t"
let m:hmap[int] = [a=a]
let bm:bmap[str] = [a=a b="c"]
echo $a $b $c
