1 2 3 4 5 6 7 8
template `:=`(name, val: expr): stmt {.immediate.} = var name = val ha := 1 * 4 hu := "ta-da" == "ta-da" echo ha, hu