parsifal-47 / sisal-js

Javascript interpreter for sisal
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

support "let" #18

Closed parsifal-47 closed 9 years ago

parsifal-47 commented 9 years ago

works now, for example:

function Main( M : real returns real, real ) let a := 0 in a, a end let end function