bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Dyadic / (replicate) does not work w ith ¨ (each)


From: Elias Mårtenson
Subject: [Bug-apl] Dyadic / (replicate) does not work w ith ¨ (each)
Date: Thu, 13 Feb 2014 13:23:38 +0800

The following gives a syntax error:

      ((1 1) (1 0))/¨'ab' 'cd'
SYNTAX ERROR
      (1 1) (1 0)/¨'ab' 'cd'
      ^           ^
      
But, assuming the following function:

∇Z←X sel Y
Z←X/Y


This works:

      ((1 1) (1 0))sel¨'ab' 'cd'
 ab c

Regards,
Elias


reply via email to

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