Power and J notation

General APL language issues
Post Reply
User avatar
giangiquario
Posts: 46
Joined: Thu Nov 26, 2009 8:55 am
Location: Milano, Italia

Power and J notation

Post by giangiquario »

Dyalog 13.0

Is it a bug?

      2*0J○1
8.824978
JohnS|Dyalog

Re: Power and J notation

Post by JohnS|Dyalog »

Hi Gianluigi,
This does look strange - I'll pass it along to the support desk for investigation.
Thanks for taking the time,
John.
Roger|Dyalog
Posts: 238
Joined: Thu Jul 28, 2011 10:53 am

Re: Power and J notation

Post by Roger|Dyalog »

Possibly an error in the scanner (tokenizer) and/or parser. I note the following:

Code: Select all

      2 * 0J○1
8.824977827

      0J○1
SYNTAX ERROR
      0J○1
     ∧

      2 * ○1
8.824977827
Post Reply