value

package
v0.28.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// TRUE represents a true value.
	TRUE = &object.Boolean{Value: true}

	// FALSE represents a false value.
	FALSE = &object.Boolean{Value: false}

	// NULL represents a null value.
	NULL = &object.Null{}

	// BREAK represents a break value.
	BREAK = &object.Break{}

	// CONTINUE represents a continue value.
	CONTINUE = &object.Continue{}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL