Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Integer-comparison/BQN/integer-comparison.bqn
Normal file
9
Task/Integer-comparison/BQN/integer-comparison.bqn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Comp ← ⊑·/⟜"Greater than"‿"Equal To"‿"Lesser Than"(>∾=∾<)
|
||||
⊑(/⟜⟨ "Greater than" "Equal To" "Lesser Than" ⟩>∾=∾<)
|
||||
|
||||
4 Comp 5
|
||||
"Lesser Than"
|
||||
5 Comp 5
|
||||
"Equal To"
|
||||
6 Comp 5
|
||||
"Greater than"
|
||||
Loading…
Add table
Add a link
Reference in a new issue