fun testUnaryMinus(d: dynamic) = -d fun testUnaryPlus(d: dynamic) = +d fun testExcl(d: dynamic) = !d