aboutsummaryrefslogtreecommitdiff
path: root/help/depth.md
blob: bbe4d2972e906fbfd0744d6ddd5c2e01026fb6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/depth.html).*

# Circle With Two Dots (`βš‡`)

## `π”½βš‡π•˜ 𝕩`, `𝕨 π”½βš‡π•˜ 𝕩`: Depth
[β†’full documentation](../doc/depth.md#the-depth-modifier)

Apply `𝔽` to the cells of the arguments at depth given in `π•˜`. Negative numbers count down from the top level and non-negative ones from the bottom up.


        1βŠΈβ†“βš‡1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩

        1 β†“βš‡1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩

        (+´↕)βš‡0 ⟨2,4β€Ώ7,3⟩  # Implements pervasion