Getting started
Hello world is one liner
"Hello world" echo
niva run main.niva
Instead of echo("Hello world")
we use "Hello world" echo
Structured by AST
Declarations
Expressions
Last modified: 16 November 2024
niva run main.niva
Instead of echo("Hello world")
we use "Hello world" echo
Declarations
Expressions