nitrogen

An interpreted programming language written in Go.


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

Comments

Nitrogen supports three styles of comments:

// This comment lasts to the end of the line
# As does this one, this is mainly for scripts and #! headers
/*
 Multiline comments are also supported.
 */