Skip to content

nor printing as expected #6

@joecabezas

Description

@joecabezas

I tried this simple JSOL program:

{
  "documents": {"lit": {"a": 1}},
  "f": {
    "params": [],
    "def": [
      [
        "println",
        "documents"
      ]
    ]
  },
  "main": {
    "def": [
      [
        "f"
      ]
    ]
  }
}

but the output is:

{u'a': }

I expected to be:

{u'a': 1 }

I used the evaluator in http://www.jsol.org/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions