samples
0.4.3
samples
/
sample.calculator
/
BinaryIntCalculator
Binary
Int
Calculator
class
BinaryIntCalculator
(
var
reg1
:
Int
=
1
,
var
reg2
:
Int
=
2
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Binary
Int
Calculator
Link copied to clipboard
fun
BinaryIntCalculator
(
reg1
:
Int
=
1
,
reg2
:
Int
=
2
)
Content copied to clipboard
Functions
calculate
Link copied to clipboard
fun
calculate
(
binaryOp
:
(
a
:
Int
,
b
:
(
)
->
Int
)
->
Int
)
:
Int
Content copied to clipboard
Properties
reg1
Link copied to clipboard
var
reg1
:
Int
=
1
Content copied to clipboard
reg2
Link copied to clipboard
var
reg2
:
Int
=
2
Content copied to clipboard