Skip to content

Commit ac21d33

Browse files
committed
Update APL minified file + update test for iota underbar function
1 parent d9f8ae4 commit ac21d33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/prism-apl.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/languages/apl/function_feature.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- + × ÷
22
⌈ ⌊ ∣ |
3-
⍳ ? *
3+
? *
44
⍟ ○ ! ⌹
55
< ≤ = >
66
≥ ≠ ≡ ≢
@@ -20,7 +20,7 @@
2020
[
2121
["function", "-"], ["function", "+"], ["function", "×"], ["function", "÷"],
2222
["function", "⌈"], ["function", "⌊"], ["function", "∣"], ["function", "|"],
23-
["function", "⍳"], ["function", "?"], ["function", "*"],
23+
["function", "⍳"], ["function", "⍸"], ["function", "?"], ["function", "*"],
2424
["function", "⍟"], ["function", "○"], ["function", "!"], ["function", "⌹"],
2525
["function", "<"], ["function", "≤"], ["function", "="], ["function", ">"],
2626
["function", "≥"], ["function", "≠"], ["function", "≡"], ["function", "≢"],

0 commit comments

Comments
 (0)