Is your feature request related to a problem? Please describe.
In your tests, I saw an example which allows us to call an fn. For example, if we want to set the value to other values (1-99), can we reuse the fn by pass parameters other than writing 98 extra fns?
Writing duplicating fn is annoying, I can live with it. But what I really want is to compare two value to see if we can advance state, so passing parameters is the only solution.
Is your feature request related to a problem? Please describe. In your tests, I saw an example which allows us to call an fn. For example, if we want to set the value to other values (1-99), can we reuse the fn by pass parameters other than writing 98 extra fns?
Writing duplicating fn is annoying, I can live with it. But what I really want is to compare two value to see if we can advance state, so passing parameters is the only solution.
Describe the solution you'd like For example,
Or
Finally, thanks for your open source work.