Simple support for loading Variables/Parameters #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for loading variables and parameters.
This first step should only focus on single values. This means we have on value for a variable and one for a parameter.
The result is a single value.
Example "call" of the function should look like this:
Calculate(x, p, result)