summary refs log tree commit diff stats
path: root/tests/template/ttempl4.nim
blob: 26c82e4713a849ac3b8eefe83f69355b39406a35 (plain) (blame)
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