Skip to content
N stylized letter. N stylized letter.

The Nyx language

Learn and get started with the Nyx programming language.
my.nyx
func multiply(a, b) = {
return a * b;
}
auto product = multiply(6, 7);