HNC icon indicating copy to clipboard operation
HNC copied to clipboard

Nested local functions in local variables aren't supported

Open nponeccop opened this issue 10 years ago • 0 comments

foo x = {
    bar = {
         quux x = sum x 42
         mul (quux 2) (quux 3)
    }
    mul bar bar
}

nponeccop avatar Jul 24 '15 18:07 nponeccop