Hi,I want to make an alias for the display function, like in Dyalog APL DISPLAY, but by some reason can't.
I want to function DISPLAY behave as 8⎕CR:
DISPLAY←{8⎕CR ⍵}
produces an error:
DEFN ERROR
λ1
^
The
DISPLAY←8⎕CR
also doesn't work:
SYNTAX ERROR
DISPLAY←8 ⎕CR
^ ^
As a newbee, I would like some tips on what I'm doing wrong :)
Br,
/Alexey
