evalin(scope, str)
[r1, ... rn] = evalin(scope, str)
| Parameter | Description |
|---|---|
| scope | a string: 'base' or 'caller'. |
| str | a string: Nelson instruction to execute |
| Parameter | Description |
|---|---|
| [r1, ... rn] | results: output variables |
eval executes Nelson instructions given in a string in 'base' or 'caller' scope.
evalin('base', 'B=4')
| Version | Description |
|---|---|
| 1.0.0 | initial version |