Re: [Bug-apl] another dfun bug

2016-06-07 Thread Juergen Sauermann
Hi, thanks, fixed in SVN 736. Both assertions were caused by the same bug (introduced recently) /// Jürgen On 06/05/2016 09:35 AM, Christian Robert wrote: something similar,   )res

Re: [Bug-apl] another dfun bug

2016-06-05 Thread Christian Robert
something similar, )reset ∇z←Push func;f2c;fh [1] f2c←{(⎕ucs 10),⍨¨{(∼⌽∧\⌽⍵=' ')/⍵}¨{⊂[1+⎕io]⎕cr ⍵} ⍵}⍝ Internal macro to transform a function to text [2] fh←'w' ⎕fio[3] 18 ⎕cr {(∼⌽∧\⌽⍵=' ')/⍵}func ⍝ Open a file, no trailing blanks, honor utf-8 names [3] ⊣{⍵ ⎕fi