bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Right-arrow, correct behaviour?


From: Elias Mårtenson
Subject: [Bug-apl] Right-arrow, correct behaviour?
Date: Wed, 28 Jun 2017 18:02:03 +0800

I have defined a function as such:

∇ Z ← foo X
  →(X=0)/zero
  Z ← 'not zero'
  →
zero:
  Z ← 'zero'

When calling this function with a non-zero argument, I expect the return value to be 'not zero'. Instead it simply exits the function. Is this correct behaviour?

Regards,
Elias

reply via email to

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