Closed porky11 closed 8 years ago
(namespace a (def x (var intern int 0))) (def main (fn extern-c void (void) (using-namespace a (def y (var intern int x))))) ;;error: variable not in scope: 'x'
Thanks, this has been fixed.