but in this case, `action` is a function. I can ca...
# random
x
but in this case,
action
is a function. I can call it the same way as invoke (
operation.action(1)
or
operation.invoke(1)
or
operation(1)
)