lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.