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, [email protected] 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