Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 455 Bytes

table.md

File metadata and controls

16 lines (9 loc) · 455 Bytes

View this file with results and syntax highlighting here.

Top Left Corner ()

𝔽⌜ 𝕩, 𝕨 𝔽⌜ 𝕩: Table

→full documentation

Apply 𝔽 between every possible pair of the elements of the arguments.

    1‿2‿3‿4 +⌜ 4‿5‿6‿7

    "abc" ∾⌜ "xyz"

Identical to Each when called with one argument.

    <⌜ 1‿2‿3