summary refs log tree commit diff stats
path: root/tests/accept/compile/ttempl4.nim
blob: a5ad2000fc580a5004eae0f7c8ecee4778fabbd3 (plain) (blame)
1
2
3
4
5
6
7
8
template `:=`(name, val: expr): stmt =
  var name = val
    
ha := 1 * 4
hu := "ta-da" == "ta-da"
echo ha, hu