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/first_pick.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 help/first_pick.md (limited to 'help/first_pick.md') diff --git a/help/first_pick.md b/help/first_pick.md new file mode 100644 index 00000000..c415b8f9 --- /dev/null +++ b/help/first_pick.md @@ -0,0 +1,27 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/first_pick.html).* + +# Square Image Of Or Equal To (`⊑`) + +## `⊑ 𝕩`: First + +First element of `𝕩`. + + ⊑ ⟨1, 2, 3⟩ + + a ← 3‿3 ⥊ ↕9 + + ⊑ a + + + +## `𝕨 ⊑ 𝕩`: Pick + +Pick the element of `𝕨` at index `𝕩`. + + 2 ⊑ ⟨1, 2, 3⟩ + + a ← 3‿3 ⥊ ↕9 + + 2‿0 ⊑ a + + -- cgit v1.2.3