bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] →⍬ gives syntax error every other time.


From: alexweiner
Subject: [Bug-apl] →⍬ gives syntax error every other time.
Date: Mon, 26 Oct 2015 15:53:24 -0700
User-agent: Workspace Webmail 5.15.9

Hi Bug-apl,

To be honest, I'm not too sure what branching to zilde actually means, but it seems to cause an error every other time. I'm not sure if this is expected behavior. 
     →⍬
SYNTAX ERROR+
      →⍬
      ^
      →⍬
      →⍬
SYNTAX ERROR+
      →⍬
      ^
      →⍬


I also noticed that running →⍬ after an error continually returns the previous error. 
      1 2 + 3 4 5
LENGTH ERROR
      1 2+3 4 5
      ^  ^
      )si
      →⍬
LENGTH ERROR
      1 2+3 4 5
      ^  ^
      →⍬
LENGTH ERROR
      1 2+3 4 5
      ^  ^

Once again, I'm not sure if this is an error or expected behavior. 

-Alex


reply via email to

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