Op_Infix
constructor(Owner: Calculator, Operation: Int, Alpha: Array<Short>, Text: String, Constant: Boolean)
Create operation and attach to owning calculator.
Parameters
Owner
Calculator which will call this Opcode.
Operation
Infix operation to be executed.
Alpha
Test to be displayed in Prg mode.
Text
Text to be displayed inside the desktop debugger
Constant
Constant operation