Reset
Jump to navigation
Jump to search
In Mini Micro, the reset command has several effects:
- Clears the current program from memory.
- Clears all global variables, except the ones defined at startup.
- Resets
env.importPathsto[".", "/usr/lib", "/sys/lib"]. - Prints the message "Program source cleared and reset"
reset is defined in /sys/startup.ms.