spush

fun spush(short: Short): Boolean(source)

Push a short to the stack

Specification

Since

0.1.0

Parameters

short

The short to push

See also


fun spush(value: Char): Boolean(source)

Push a char to the stack

Specification

Since

0.1.0

Parameters

value

The char to push

See also


@JvmName(name = "spushUShort")
fun spush(value: UShort): Boolean(source)

Push an unsigned short to the stack

Specification

Since

0.1.0

Parameters

value

The unsigned short to push

See also