1.
Syntax
2.
Types
3.
Variables and Equality
4.
Functions and Modules
5.
Control flow
6.
Classes and Objects
7.
Tasks and Channels
8.
Embedding API
9.
Neptune Language Internals
10.
Documentation
10.1.
Object
10.2.
Class
10.3.
Array
10.4.
String
10.5.
Map
10.6.
Range
10.7.
Float
10.8.
Int
10.9.
Iterators
10.10.
Task
10.11.
Channel
10.12.
Prelude
10.13.
Module 'math'
10.14.
Module 'random'
10.15.
Module 'time'
10.16.
Module 'vm'
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.