# Functions
NewBool create new Bool object containing bool value.
NewBool create new Dict object containing map of values.
NewFloat create new Float object containing float64 value.
NewInt create new Int object containing int64 value.
NewList create new List object containing list of objects.
NewNativeFunc creates new NativeFunc objects with name of function and native Golang function.
NewNull creates new Null object.
NewRuntimeFunc creates new RuntimeFunc objects using arguments (args) and runtime statements array.
NewBool create new Str object containing string value.
# Structs
Bool implements ObjectImpl interfaces.
Dict implements ObjectImpl interfaces.
Float implements ObjectImpl interfaces.
Int implements ObjectImpl interfaces.
List implements ObjectImpl interfaces.
NativeFunc implements ObjectImpl interfaces.
Null implements ObjectImpl interface.
No description provided by the author
RuntimeFunc implements ObjectImpl interfaces.
Str implements ObjectImpl interface.
# Interfaces
No description provided by the author