bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] user defined functions using Unicode math chars


From: Ala'a Mohammad
Subject: [Bug-apl] user defined functions using Unicode math chars
Date: Sat, 14 May 2016 14:27:30 +0400

Hi,

I'm trying to define user functions using some unicode characters, but
gnu-apl complains about the characters used not being from the defined
acceptable set:

√ ← {⍵ ⋆ ÷2}
Unknown APL character: √ (U+221A)
Non-APL character
      ∛  ← {⍵ ⋆ ÷3}

Unknown APL character: ∛ (U+221B)
Non-APL character

Is this a requirement by the standard?

Regards,

Ala'a



reply via email to

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