Skip to content

Incorrect display for nested arrays #14

@GoogleCodeExporter

Description

@GoogleCodeExporter
Correct the nested vectors/arrays displayer algorithm.

Example: (;(2;iota 2 3;(67; `s);9 8))

Result in A+:

<
< <  2
  <  0 1 2
     3 4 5
  < <  67
    <  `s
  <  9 8

Bad result in A+.NET:

<
< < 2
< 0 1 2
3 4 5

< < 67
< `s
< 9 8





Original issue reported on code.google.com by [email protected] on 21 Jun 2011 at 2:27

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions