let x = 10; y = 20; z = x + y; in { result = z * 2; list = [1 2 3 4 5]; attrs = { a = 1; b = 2; c = 3; }; }