fun testAndAnd(d: dynamic) = d && d fun testOrOr(d: dynamic) = d || d