⍎' '
⍎'0'
0
⍎ ¨ "01"
0 1
⍎ ¨ "0 "
VALUE ERROR
μ-Z__LO_EACH_B[2] μ-Z[μ-N]←⊂μ-LO⊃μ-B[μ-N]
^
D←{24 ⎕cr ⍵}
D ⍎' '
VALUE ERROR
D⍎' '
^
D ⍎'0'
┌─┐
│0│
└─┘
Looks like ⍎' ' return absolutely nothing.
Xtian.
On 2016-08-24 11:46, Xiao-Yong Jin wrote:
This shouldn’t be an error:
⍎¨'0' ' '
VALUE ERROR
μ-Z__LO_EACH_B[2] μ-Z[μ-N]←⊂μ-LO⊃μ-B[μ-N]
^
