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