bug-apl
[Top][All Lists]
Advanced

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

Multilines with APL character


From: David Tran
Subject: Multilines with APL character
Date: Sun, 24 Nov 2019 07:51:40 -0500

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]