AutoIt-Interpreter icon indicating copy to clipboard operation
AutoIt-Interpreter copied to clipboard

Implement Lambdas

Open Unknown6656 opened this issue 5 years ago • 1 comments

maybe with the syntax

$my_func = Lambda($a, $b)
    return $a + $b
EndLambda

or:

$my_func = Lambda($a, $b) ->$a + $b

Unknown6656 avatar Aug 15 '20 20:08 Unknown6656

relevant: https://stackoverflow.com/questions/63159208/emitting-marshalas-dynamically-using-reflection-emit

Unknown6656 avatar Nov 19 '22 09:11 Unknown6656