bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Additional issues with aplwrap


From: Blake McBride
Subject: [Bug-apl] Additional issues with aplwrap
Date: Wed, 13 Aug 2014 18:23:04 -0500

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

[Prev in Thread] Current Thread [Next in Thread]