bug-apl
[Top][All Lists]
Advanced

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

Re: Multilines with APL character


From: Dr . Jürgen Sauermann
Subject: Re: Multilines with APL character
Date: Mon, 25 Nov 2019 13:07:56 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi David,

I believe this was fixed recently (some time between Oct 29 and now):

      ⎕ ← 2 3 ⍴∊⍎¨"""
→       1 ¯2 3
→       4 5 6
→      """
1 ¯2 3
4  5 6

Please update from SVN.

Kind Regards,
Jürgen



On 11/24/19 1:51 PM, David Tran wrote:
Hi,

I try use multi-lines style to input a matrix (number) as code below, it works if they are not "negative" number. Is there a way to make negative number works? or it is just the way how multilines style works ("special" char to hex presentation)?

      ⎕ ← 2 3 ⍴∊⍎¨"""
→      1 2 3
→      4 5 6
→      """
1 2 3
4 5 6

      ⎕ ← 2 3 ⍴∊⍎¨"""
→      1 ¯2 3
→      4 5 6
→      """
VALUE ERROR in macro ⍎¨
      μ-Z__EXEC_EACH_B '1 \xaf2 3' '4 5 6'
      ^                                  ^


Thanks,
Dave



reply via email to

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