Geomol / World

World Programming Language
http://world-lang.org
22 stars 7 forks source link

Nested function referring to parameter of parent function fails #5

Closed earl closed 9 years ago

earl commented 12 years ago
w> outer: func [x] [func [] [x]]
w> inner: outer 42
w> inner
**** ci < ci_base ****
w>
Geomol commented 11 years ago

Correct error msg now.

Close this, if it's ok.