1.  Space issue while defining functions:

GNU APL


      ∇test
[1] 1
[2] 2
[3] 3
[4] ∇


APLWRAP:

      ∇test

[1] 1

[2] 2

[3] 3

[4] ∇


2.  Space issue with quad-quote:

GNU APL:

      ∇test;x
[1] x←⍞
[2] x
[3] →1
[4] ∇
      test
abc
abc
def
def
ghi
ghi
jkl
jkl
mno
mno


APLWRAP with same definition for test:

      test

abc
abc

def
def

ghi
ghi

jkl
jkl

mno
mno


3.  Can't break out of a function

GNU APL:

      ∇test
[1] →1
[2] ∇
      test
^CATTENTION
test[1]  →1
          ^


APLWRAP with same definition for test.  ∧C does not break out.

Thanks.

Blake

Reply via email to