1.
Syntax
2.
Types
3.
Variables and Equality
4.
Functions and Modules
5.
Control flow
6.
Classes and Objects
7.
Tasks and Channels
8.
Documentation
8.1.
Object
8.2.
Class
8.3.
Array
8.4.
String
8.5.
Map
8.6.
Range
8.7.
Float
8.8.
Int
8.9.
Iterators
8.10.
Task
8.11.
Channel
8.12.
Prelude
8.13.
Module 'math'
8.14.
Module 'random'
8.15.
Module 'time'
8.16.
Module 'vm'
9.
Embedding API
10.
Neptune Language Internals
Light (default)
Rust
Coal
Navy
Ayu
The Neptune Programming Language Book
Channel
send(msg)
Sends the message
msg
to the channel
recv()
Consumes a message from the channel.