From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- help/firstcell_select.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 help/firstcell_select.md (limited to 'help/firstcell_select.md') diff --git a/help/firstcell_select.md b/help/firstcell_select.md new file mode 100644 index 00000000..94c82357 --- /dev/null +++ b/help/firstcell_select.md @@ -0,0 +1,27 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/firstcell_select.html).* + +# Square Image Of (`⊏`) + +## `⊏ 𝕩`: First Cell + +First major cell of `𝕩`. + + ⊏ ⟨1, 2, 3⟩ + + a ← 3‿3 ⥊ ↕9 + + ⊏ a + + + +## `𝕨 ⊏ 𝕩`: Select + +Select the major cells of `𝕨` at the indices in `𝕩`. + + 2‿0 ⊏ ⟨1, 2, 3⟩ + + a ← 3‿3 ⥊ ↕9 + + 2‿0 ⊏ a + + -- cgit v1.2.3