Hi Alexey, it works on my machine: DISPLAY←{8⎕CR ⍵} ⎕CR 'DISPLAY' λ←DISPLAY ⍵ λ←8⎕CR ⍵ DISPLAY 1 2 3 ┌→────┐ │1 2 3│ └─────┘ You must be careful that your ⍵ is the proper one: ⎕UCS '⍵' ⍝ Omega in GNU APL 9077 There could be characters that look like ⍵ but are not.. /// Jürgen On 09/04/2015 08:16 PM, Alexey
Veretennikov wrote:
Hi, |
- [Bug-apl] alias for built-in functions Alexey Veretennikov
- Re: [Bug-apl] alias for built-in functions Juergen Sauermann
- Re: [Bug-apl] alias for built-in functions Alexey Veretennikov
- Re: [Bug-apl] alias for built-in functions Christian Robert