bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] ⍺


From: Elias Mårtenson
Subject: Re: [Bug-apl] ⍺
Date: Sun, 11 May 2014 09:01:48 +0800

⍺ is a variable like any other (except that is has special meaning inside a lambda function). You get VALUE ERROR because it has not been assigned a value.

Regards,
Elias


On 11 May 2014 08:59, Akiva Avraham <address@hidden> wrote:
Grabbing this example from the microapl page, I'm getting this error:

"9999" ⍺ 101 15
VALUE ERROR
      '9999' ⍺ 101 15
             ^



http://www.microapl.com/apl_help/ch_020_020_670.htm

--


reply via email to

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