1 2 3 4 5 6 7 8 9 10 11
-- action: run -- outcome: success -- expect: true b = false -> true -- is the same as (x, y) = (a, (b.c)) -- not (x, y) = ((a, b) . c) x, y = "Hello", false . b print y