Skip to content
Beize
Null
Initializing search
zyrouge/beize
Overview
Data Types
Examples
Native APIs
Operators
Statements
Beize
zyrouge/beize
Overview
Data Types
Data Types
Boolean
Function
List
Null
Number
Object
String
Unawaited
Examples
Examples
Area of shapes
Hello World!
Print until 100 and as a list
Native APIs
Native APIs
Boolean
Convert
DateTime
Exception
Fiber
Function
Globals
List
Math
Number
Object
RegExp
String
Operators
Operators
Precedence Table
Addition Assignment
Addition
Assignment
Await
Bitwise AND Assignment
Bitwise AND
Bitwise NOT
Bitwise OR Assignment
Bitwise OR
Bitwise XOR Assignment
Bitwise XOR
Call
Computed Member Access
Declaration
Division Assignment
Division
Equality
Exponent Assignment
Exponent
Floor Division Assignment
Floor Division
Greater Than Or Equal
Greater Than
Grouping
Inequality
Lesser Than Or Equal
Lesser Than
Logical AND Assignment
Logical AND
Logical NOT
Logical OR Assignment
Logical OR
Member Access
Multiplication Assignment
Multiplication
Nullable Access
Nullable Assignment
Nullable OR
Remainder Assignment
Remainder
Subtraction Assignment
Subtraction
Ternary Operator
This
Unary Negation
Unary Plus
Statements
Statements
Block Statement
Break Statement
Continue Statement
Expression Statement
For Statement
If-Else Statement
Import Statements
Match Statement
Print Statement
Return Statement
Throw Statement
Try-Catch Statement
When Statement
While Statement
Null
¶
Represents a
null
value. Also can be called as
void
or nothing.
Syntax
null
Back to top