Push

data class Push(val value: Value) : Insn

Constructors

Link copied to clipboard
constructor(value: Int)
constructor(value: Double)
constructor(value: Boolean)
constructor(value: String)
constructor(value: Value)

Properties

Link copied to clipboard