[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Error with the commute operator
From: |
Juergen Sauermann |
Subject: |
Re: [Bug-apl] Error with the commute operator |
Date: |
Mon, 17 Mar 2014 14:23:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Thomas,
you can put I in parentheses so mark it as a value:
I ← 1 2 3
1 2 3 / ⍨ 1 1 0
1 2
I / ⍨ 1 1 0
SYNTAX ERROR
I/⍨1 1 0
^ ^
(I) / ⍨ 1 1 0
1 2
See also an earlier discussion on bug-apl regarding this topic.
/// Jürgen
On 03/16/2014 09:23 PM, address@hidden wrote:
I / ⍨ 1 1 0