^ Command ^ Short Description ^ ^ | **[[manual:chapter6:dirs:cmd_sto|STO]]** | Store an object into a variable | CHANGED | | **[[manual:chapter6:dirs:cmd_rcl|RCL]]** | Recall the contents of a variable | CHANGED | | **[[manual:chapter6:dirs:cmd_stoadd|STO+]]** | Add to the content of a variable | | | **[[manual:chapter6:dirs:cmd_stosub|STO-]]** | Subtract from the contents of a variable | | | **[[manual:chapter6:dirs:cmd_stomul|STO*]]** | Multiply contents of a variable | | | **[[manual:chapter6:dirs:cmd_stodiv|STO/]]** | Divide the content of a variable | | | **[[manual:chapter6:dirs:cmd_sinv|SINV]]** | Invert the content of a variable | | | **[[manual:chapter6:dirs:cmd_sneg|SNEG]]** | Change sign (negate) the content of a variable | | | **[[manual:chapter6:dirs:cmd_sconj|SCONJ]]** | Complex conjugate the contents of a variable | | | **[[manual:chapter6:dirs:cmd_incr|INCR]]** | Add one to the content of a variable | | | **[[manual:chapter6:dirs:cmd_decr|DECR]]** | Subtract one from content of a variable | | | **[[manual:chapter6:dirs:cmd_purge|PURGE]]** | Delete a variable | | | **[[manual:chapter6:dirs:cmd_crdir|CRDIR]]** | Create new directory | | | **[[manual:chapter6:dirs:cmd_pgdir|PGDIR]]** | Purge entire directory tree | | | **[[manual:chapter6:dirs:cmd_updir|UPDIR]]** | Change current directory to its parent | | | **[[manual:chapter6:dirs:cmd_home|HOME]]** | Change current directory to HOME | | | **[[manual:chapter6:dirs:cmd_path|PATH]]** | Get a path to the current directory | | | **[[manual:chapter6:dirs:cmd_vars|VARS]]** | List all visible variables in a directory | | | **[[manual:chapter6:dirs:cmd_allvars|ALLVARS]]** | List all variables in a directory | NEW | | **[[manual:chapter6:dirs:cmd_order|ORDER]]** | Sort variables in a directory | | | **[[manual:chapter6:dirs:cmd_quoteid|QUOTEID]]** | Add single quotes to a variable name | NEW | | **[[manual:chapter6:dirs:cmd_unquoteid|UNQUOTEID]]** | Remove single quotes from a variable name | NEW | | **[[manual:chapter6:dirs:cmd_hidevar|HIDEVAR]]** | Hide a variable (make invisible) | NEW | | **[[manual:chapter6:dirs:cmd_unhidevar|UNHIDEVAR]]** | Make a hidden variable visible | NEW | | **[[manual:chapter6:dirs:cmd_clvar|CLVAR]]** | Purge all variables and empty subdirectories in current directory | | | **[[manual:chapter6:dirs:cmd_lockvar|LOCKVAR]]** | Make variable read-only | NEW | | **[[manual:chapter6:dirs:cmd_unlockvar|UNLOCKVAR]]** | Make variable read/write | NEW | | **[[manual:chapter6:dirs:cmd_rename|RENAME]]** | Change the name of a variable | NEW | | **[[manual:chapter6:dirs:cmd_tvars|TVARS]]** | List variables of a specific type | CHANGED | | **[[manual:chapter6:dirs:cmd_tvarse|TVARSE]]** | List all variables with extended type information | NEW | | **[[manual:chapter6:dirs:cmd_sadd|SADD]]** | Apply command ADD to the stored contents of the variable | NEW | | **[[manual:chapter6:dirs:cmd_sprop|SPROP]]** | Store a property to a variable | NEW | | **[[manual:chapter6:dirs:cmd_rprop|RPROP]]** | Recall a property of a variable | NEW | | **[[manual:chapter6:dirs:cmd_packdir|PACKDIR]]** | Pack a directory in an editable object | NEW |