Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/String-length/BQN/string-length-1.bqn
Normal file
1
Task/String-length/BQN/string-length-1.bqn
Normal file
|
|
@ -0,0 +1 @@
|
|||
BLen ← {(≠𝕩)+´⥊𝕩≥⌜@+128‿2048‿65536}
|
||||
1
Task/String-length/BQN/string-length-2.bqn
Normal file
1
Task/String-length/BQN/string-length-2.bqn
Normal file
|
|
@ -0,0 +1 @@
|
|||
Len ← ≠
|
||||
5
Task/String-length/BQN/string-length-3.bqn
Normal file
5
Task/String-length/BQN/string-length-3.bqn
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
•Show >(⊢⋈⊸∾Len⋈BLen)¨⟨
|
||||
"møøse"
|
||||
"𝔘𝔫𝔦𝔠𝔬𝔡𝔢"
|
||||
"J̲o̲s̲é̲"
|
||||
⟩
|
||||
5
Task/String-length/BQN/string-length-4.bqn
Normal file
5
Task/String-length/BQN/string-length-4.bqn
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
┌─
|
||||
╵ "møøse" 5 7
|
||||
"𝔘𝔫𝔦𝔠𝔬𝔡𝔢" 7 28
|
||||
"J̲o̲s̲é̲" 8 13
|
||||
┘
|
||||
Loading…
Add table
Add a link
Reference in a new issue