Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Quoting-constructs/BQN/quoting-constructs-1.bqn
Normal file
3
Task/Quoting-constructs/BQN/quoting-constructs-1.bqn
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
'a'
|
||||
'b'
|
||||
@
|
||||
6
Task/Quoting-constructs/BQN/quoting-constructs-2.bqn
Normal file
6
Task/Quoting-constructs/BQN/quoting-constructs-2.bqn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
123
|
||||
1.23
|
||||
123E5
|
||||
¯1234
|
||||
∞
|
||||
π
|
||||
1
Task/Quoting-constructs/BQN/quoting-constructs-3.bqn
Normal file
1
Task/Quoting-constructs/BQN/quoting-constructs-3.bqn
Normal file
|
|
@ -0,0 +1 @@
|
|||
⟨1, 2, 3⟩
|
||||
1
Task/Quoting-constructs/BQN/quoting-constructs-4.bqn
Normal file
1
Task/Quoting-constructs/BQN/quoting-constructs-4.bqn
Normal file
|
|
@ -0,0 +1 @@
|
|||
1‿2‿3
|
||||
2
Task/Quoting-constructs/BQN/quoting-constructs-5.bqn
Normal file
2
Task/Quoting-constructs/BQN/quoting-constructs-5.bqn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
"Hello World"
|
||||
"Quoted "" String"
|
||||
Loading…
Add table
Add a link
Reference in a new issue