bpush

fun bpush(byte: Byte): Boolean(source)

Push a byte to the stack

Specification

Since

0.1.0

Parameters

byte

The byte to push

See also


fun bpush(value: Boolean): Boolean(source)

Push a boolean to the stack

Specification

Since

0.1.0

Parameters

value

The boolean to push

See also


@JvmName(name = "bpushUByte")
fun bpush(value: UByte): Boolean(source)

Push an unsigned byte to the stack

Specification

Since

0.1.0

Parameters

value

The unsigned byte to push

See also