I would like to load an exos extension by code, in basic.
When I do it in command mode:
run "pck.ext"
then the extension is loaded well,
but when I try to do it in a program:
10 run "pck.ext"
run
then insufficient memory error occurs,
and after that, the
:help
will list the extension strings many times,
not only once.
How can I load an exos extension module by basic program ?