Skip to content

None

Background

Given a file named "pen.json" with:

{
  "type": "library",
  "dependencies": {}
}

Use a none literal

Given a file named "Foo.pen" with:

f = \() none {
  none
}

When I run pen build

Then the exit status should be 0.