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