Use a char array of all APL Characters in the data
Open
- Dominant language
- APL
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Using an array with data of all the APL Primitives can help identify problems.
```apl
charAPL←'+-×÷*○⍟⌹!?|⌊⌈=≠<>≤≥≡≢∨∧⍲⍱~⊥⊤∊⍳⍴⍷⊣⊢↑↓/⌿\⍀⊂⊃∪∩⌷⍋⍒,⍪⌽⊖⍉⍎⍕¨⍨⍣∘@&⌶⍺⍵;.#←→:()[]{}∇⍫~⋄⍝'
```
Contributor guide
Assessment
This issue has not been assessed yet.