package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 20, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package datavalue provides the Value type and related methods.
Value represents a value in the language.
Bool creates a new boolean value.
Null creates a new null value.
Number creates a new number value.
String creates a new string value.
AsBool returns the value as a boolean.
AsNumber returns the value as a number.
AsString returns the value as a string.
DataType returns the data type of the value.
ToString returns the string representation of the value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.