Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 455 Bytes

beginarray.md

File metadata and controls

14 lines (8 loc) · 455 Bytes

View this file with results and syntax highlighting here.

Left Square Bracket ([)

[ ...: Begin array

→full documentation

Starts a high-rank array. Entries must be separated by , or . These must have the same shape. They become major cells of the result.

Must end with a corresponding ].

    ["abc", "def"]

    [↕4, ↕5]