∆IDLOC emulation is incomplete (to put it mildly)
Open
- Dominant language
- APL
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
APL+Win:
```
∇ FOO
[1] ⎕←⎕IDLOC 'AAA'
∇
AAA←123
FOO
¯1 2
```
Dyalog APL:
```
∇ FOO
[1] ⎕←#.A2K.∆IDLOC'AAA'
∇
AAA←123
FOO
2 ¯1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.