Returning a structure value #373
Replies: 1 comment
-
Some examples for passing and using the different data types can be found here. Depending on your expression, different data types can be returned, e.g: Structure and arrays could also be returned, in the standard set of functions there is currently only one function, that can do this. But there might be also e.g. some array functions in the future, to sort, manipulate, calculate with arrays. These functions might return arrays again. Similar is possible for structures. |
Beta Was this translation helpful? Give feedback.
-
Version 3 documentation mentions that a structure with different data type values can be returned based on the expression evaluation. Could you please provide an example regarding the same?
https://ezylang.github.io/EvalEx/concepts/changes.html#new-return-value-type
Beta Was this translation helpful? Give feedback.
All reactions