Syntax: #TEMPVAR varname value classname Related: #VARIABLE
Similar to #VARIABLE command, but creates a temporary in-memory variable that is never saved to the session disk file. This is useful for storing information such as passwords in memory securely without worrying about them being saved to disk.
TEMPVAR examples
#TEMPVAR passwd "test" assigns "test" to the @passwd variable but is not saved across sessions.