aboutsummaryrefslogtreecommitdiff
path: root/help/enclose_lessthan.md
blob: 668318cd968059fb9c12980c23acf27df2f098d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/enclose_lessthan.html).*

# Lesser Than (`<`)
    
## `< 𝕩`: Enclose  
    
Create a unit array containing `𝕩`. (`(≢𝕩) ≡ ⟨⟩`)
    
    
          <1

        
          ≢<1

    
    
## `𝕨 < 𝕩`: Lesser Than
    
`𝕨` and `𝕩` can both be either numbers or characters.
    
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
    
          1 < 3

          2‿3‿0 < 3‿1‿0