We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d60938 commit 94f51beCopy full SHA for 94f51be
test/cases/namespace.bqn
@@ -10,6 +10,8 @@
10
4 % ⟨o⟩←{_o←˜⋄_o⇐}⋄+_o 2
11
5 % ⟨n⟩←{_n_⇐⋄n←5}⋄n
12
7 % ⟨n⟩←{N‿·⇐⋄n←7}⋄n
13
+2 % ⟨q⟩←{⟨[·,q]⇐ignored⟩⇐⋄q←2}⋄q
14
+3 % ⟨a⟩←{a←3⋄a‿a‿a⇐}⋄a
15
4 % c←0⋄⟨a,b⟩←{b⇐1⋄a⇐2}⋄⟨b,c⟩↩{a‿b‿c⇐3+↕3}⋄b
16
10 % r‿s←{r‿q←{q⇐1+r⇐2}⋄s⇐5⋄r⇐}⋄r×s
17
! % -´⟨a,b,c⟩←{b⇐2⋄⟨c,a⟩⇐4‿3}
0 commit comments