Op_Infix
Infix operation as well numeric hex 'B'
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Constructors
Link copied to clipboard
constructor(Owner: Calculator, Operation: L_Register.Operation_Type, Display_Text: Array<Short>, Text: String, Constant_Supported: Boolean)
Create operation and attach to owning calculator.
Properties
Link copied to clipboard
Constant operations.
Link copied to clipboard
Text to Display on Program, Print and Debug when ExtFf is active.
Link copied to clipboard
Text to be displayed in Prg mode.
Link copied to clipboard
Nothing to display (we are not using null for that)
Link copied to clipboard
Infix operation to be executed
Link copied to clipboard
Owner instance of this Operation
Functions
Link copied to clipboard
open fun Execute_Infix(Owner: Calculator, Operation: L_Register.Operation_Type, Constant_Supported: Boolean)
Executes an infix operation
Link copied to clipboard