Multilines with APL character

2019-11-24 Thread David Tran
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

Re: Multilines with APL character

2019-11-24 Thread Bill Daly
I played with this and I have a work around:   )copy 1 utl   ⍝ Testing reveals curious string   t2←⊃utl∆convertStringToNumber ¨ t3←""" →  1 2 3 →  4 ¯5 6 →  """   ⍴t3 2   2⊃t3 4 \xaf5 6   ⍝ Works with a dash   t1←⊃{utl∆convertStringToNumber ¨ ' ' utl∆split