We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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