|
> Now implementing this for general user-defined functions with a > Python-style docstring belongs to Ilua, not to Microlight, But a compromise using a function `addhelp` like Pari/GP would be easy: instead of `helptable[ml.wrap]=[[...]]` put `addhelp(ml.wrap,[[...]])` and give the ML user access to addhelp.