LArray

data class LArray(value: MutableList<LAny>) : LAny

Functions

getMember
Link copied to clipboard
open override fun getMember(name: String): LAny?
toString
Link copied to clipboard
open override fun toString(): String
truth
Link copied to clipboard
open override fun truth(): Boolean

Properties

linType
Link copied to clipboard
open override val linType: String
value
Link copied to clipboard
val value: MutableList<LAny>