ret = feature(name)
ret = feature(name, newValue)
| Parameter | Description |
|---|---|
| name | a string: name of the feature. |
| newValue | a variable |
| Parameter | Description |
|---|---|
| ret | result: result returned |
feature is an entirely undocumented and unsupported Nelson function.
It is a helper function for debugging Nelson.
feature can change without prior notice between Nelson releases, so be very careful when using this function in your code.
| Version | Description |
|---|---|
| 1.2.0 | initial version |