# Test if the new table constructor syntax works:templateignoreExpr(e:expr):stmt=nil# test first class '..' syntactical citizen: ignoreExprx<>2..4# test table constructor:ignoreExpr({:})ignoreExpr({2:3,"key":"value"})# NEW:assert56in50..100assert56in..60