summary refs log tree commit diff stats
path: root/tests/template/ttempl4.nim
blob: d1d26385fa8c988115647f47e4c46f1c15ee7026 (plain) (blame)
1
2
3
4
5
6
7
template `:=`(name, val: untyped): typed =
  var name = val

ha := 1 * 4
hu := "ta-da" == "ta-da"
echo ha, hu