bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] 30 ≢ 30 ?


From: Juergen Sauermann
Subject: Re: [Bug-apl] 30 ≢ 30 ?
Date: Sun, 06 Mar 2016 11:09:41 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Alex,

for such questions 4  ⎕CR is a good tool:

      4 ⎕CR 30
┏━━┓
┃30┃
┗━━┛
      4 ⎕CR ⍴'Content-Disposition: form-data'
┏→━┓
┃30┃

┗━━┛

/// Jürgen


On 03/06/2016 01:01 AM, address@hidden wrote:
hi bug-apl,

why are these not exactly equal:
      ⍴'Content-Disposition: form-data'
╔══╗
║30║
╚══╝
      30
╔══╗
║30║
╚══╝
      30≡⍴'Content-Disposition: form-data'
╔═╗
║0║
╚═╝

-Alex


reply via email to

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