Solved Arrow Function is HISE Scripting?
-
Is the arrow function (i.e. iteration) supported in HISE? Thank you,
-
@clevername27 Could you give an example?
-
@d-healey Arrow functions are a ES6 addition and feature a more concise way of writing functions.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Usually arrow functions are used for the new school iterations.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map@clevername27 AFAIK they are not part of HISE
-
@oskarsh Oh I'm with you now, yes the are not part of HISE script.
-
-