|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] A couple of bugs, and a question on the power operator |
Date: | Sat, 13 Aug 2016 16:31:18 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Hi Louis, I am getting this: ⎕IO←1 (g d)←'ATCTGAT' 'TGCATA' {((1↓X)Y((⊃X),Z)),[¯.5]X(1↓Y)((⊃Y),Z)⊣(X Y Z)←⍵}g d ⍬ TCTGAT TGCATA ATCTGAT ATCTGAT GCATA TGCATA {((1↓X)Y((⊃X),Z)),[.5]X(1↓Y)((⊃Y),Z)⊣(X Y Z)←⍵}g d ⍬ TCTGAT TGCATA ATCTGAT ATCTGAT GCATA TGCATA ⎕IO←0 (g d)←'ATCTGAT' 'TGCATA' {((1↓X)Y((⊃X),Z)),[¯.5]X(1↓Y)((⊃Y),Z)⊣(X Y Z)←⍵}g d ⍬ TCTGAT ATCTGAT TGCATA GCATA ATCTGAT TGCATA {((1↓X)Y((⊃X),Z)),[.5]X(1↓Y)((⊃Y),Z)⊣(X Y Z)←⍵}g d ⍬ TCTGAT ATCTGAT TGCATA GCATA ATCTGAT TGCATA It might be that something else went wrong beforehand, but then I would need more information on how to reproduce the problem. Sometimes )history helps to see what happened before the fault. /// Jürgen On 08/13/2016 08:24 AM, Louis de
Forcrand wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |