Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Lambdas

Unknown6656 opened this issue · comments

maybe with the syntax

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

or:

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