nitrogen

An interpreted programming language written in Go.


Project maintained by nitrogen-lang Hosted on GitHub Pages — Theme by mattgraham

Pass

Empty blocks are invalid in Nitrogen and will fail compilation. If you want to use an empty block, pass can be used. pass is effectively a noop but ensures a block has at least one statement.