fpefpe - 2023-12-11

I been using regian as a scripting language with jpsoft's take command as an alternate tto thestandard windows shell cmd ---

When I start the take session I load all the regina extension and they stay resident until the take session ends

I noticed that when debugging is turn on for rexxjson.dll and a debug file is also specified, the debug file remains open --- so I would suggest a way to close the file

one way would be "call jsonvariable "debug", 0 -- would stop debugging and close the file if allocated
or
call jsonvariable "debugfile", <filename>, "close" </filename>