Re: Won't compile and no error messages returned
- Posted by ZNorQ Dec 17, 2014
- 1472 views
cargoan said...
a workaround using namespaces:
include defs.e as def -- constants, variables include funcs.e -- functions res = call_func(routine_id(def:varname), {...})
Hi, you're correct, that actually worked. I assume this is a bug (saw your ticket). Thanks for the feedback. :)