``` t = table: x, y row: 2, 4 row: 3, 5 end fun num-is-even(n, x): num-modulo(n, 2) == 0 end t.build-column("oops", num-is-even) ``` yields the absurd-looking output 