# Test unary operators let x = 10; y = true; in { neg = -x; not = !y; }