Difference between revisions of "Reset"

From MiniScript Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
In [[Mini Micro]], the <c>reset</c> command has several effects:
+
In [[Mini Micro]] and [[Farmtronics]], the <c>reset</c> command has several effects:
  
 
# Clears the current program from memory.
 
# Clears the current program from memory.
Line 9: Line 9:
  
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]
 +
[[Category:Farmtronics]]

Latest revision as of 14:11, 21 January 2023

In Mini Micro and Farmtronics, the reset command has several effects:

  1. Clears the current program from memory.
  2. Clears all global variables, except the ones defined at startup.
  3. Resets env.importPaths to [".", "/usr/lib", "/sys/lib"].
  4. Prints the message "Program source cleared and reset"

reset is defined in /sys/startup.ms.