Re: [Jprogramming] fixed tacit produces an error when reassigned

2017-01-04 Thread Henry Rich
I'm not sure what you are pointing out but: [ `(1 ar)`] and [`1`] should produce different results - 1 is not the same as the AR of 1. (1 ar)`>: (1 : 'u y') and (<(,'0');1),<'>:' (1 : 'u y') are different, because of missing () in the second case. Henry Rich On 1/3/2017 11:14 PM, '

Re: [Jprogramming] fixed tacit produces an error when reassigned

2017-01-04 Thread 'Pascal Jasmin' via Programming
I was pointing out those bugs - Original Message - From: Henry Rich To: programm...@jsoftware.com Sent: Wednesday, January 4, 2017 5:15 AM Subject: Re: [Jprogramming] fixed tacit produces an error when reassigned I'm not sure what you are pointing out but: [ `(1 ar)`] and [`1`] sh