ipush

fun ipush(int: Int): Boolean(source)

Push an int to the stack

Specification

Since

0.1.0

Parameters

int

The int to push

See also


fun ipush(value: Float): Boolean(source)

Push a float to the stack

Specification

Since

0.1.0

Parameters

value

The float to push

See also


@JvmName(name = "ipushUInt")
fun ipush(value: UInt): Boolean(source)

Push an unsigned int to the stack

Specification

Since

0.1.0

Parameters

value

The unsigned int to push

See also