Skip to content

Commit a32d017

Browse files
Add null page
1 parent cd19b42 commit a32d017

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/language/primitives/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
sidebar_position: 10
33
---
44

5-
# Primitive Types
5+
# Primitives

docs/language/primitives/null.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Null"
3+
sidebar_position: 1
4+
---
5+
6+
# Null
7+
8+
The `null` keyword represents a value indicating that there is no value.
9+
10+
```mew
11+
let text: string = null;
12+
```

0 commit comments

Comments
 (0)