bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] alias for built-in functions


From: Alexey Veretennikov
Subject: [Bug-apl] alias for built-in functions
Date: Fri, 04 Sep 2015 20:16:05 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]