Reset and remove variables in memory from journal file

Typically, I would would initiate a journal file with the “reset” command, which resets the current environment. However, I’ve found that this does not remove variables created from previously executed journal files (simple example at bottom). Is there a command that removes variables created from a journal file analogous to the reset command? This can cause undiscovered problems when working with multiple journal files within the same instance of Trelis.

Thanks,
Markus

Execute alpha:

reset
{test_var=10}

Execute beta:

reset
brick x {test_var} y {test_var} z {test_var}

Since the variable test_var is still in memory when executing beta, a brick is created.

There is currently no clear variable command. We’ve added this to our development plan and will make this available in a future version.