Simple support for loading Variables/Parameters #5
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Daniel/master-thesis#5
Loading…
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)