Anonymous function in BrightScript
Not the prettiest code but if you must use anonymous function as a function argument in BrightScript you can. This would be the equivalent to JavaScript Arrow Function.
' This function applies a passed function to an argument '
apply = function ( a,...
blog.brightscripters.com1 min read