Menu
melon
Docs
🌜
🌞
melon
Docs
Menu
Melon
Introduction
Language
Variables
Value Types
Integer
Number
Boolean
String
Array
Object
Function
Range
Symbol
Iterator
Null
Control structures
Operators
Modules
Core modules
array
cli
compiler
debug
fs
function
gc
import
integer
io
json
math
number
object
path
random
string
system
types
Null
A
Null
value is a special value that represents no value at all:
Copy
let
myEmptyVar
=
null
;
Edit this page
Previous
« Iterator
Next
Control structures »