operand

fun operand(instruction: Int): Int

Answer the operand given a coded instruction (that represents the same operation as the receiver).

Return

The operand.

Parameters

instruction

A coded instruction.