Difference between revisions of "Edit"

From MiniScript Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
In [[Mini Micro]] and [[Farmtronics]], the <c>edit</c> command invokes the built-in code editor on the current program in memory.
 
In [[Mini Micro]] and [[Farmtronics]], the <c>edit</c> command invokes the built-in code editor on the current program in memory.
  
<c>edit</c> takes no arguments.
+
<c>edit</c> with no argument edits the current program.  Or, you can give it the path to a MiniScript file (with or without the ".ms" extension) to [[load]] and edit another program in one step.
  
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]

Latest revision as of 04:33, 25 August 2024

In Mini Micro and Farmtronics, the edit command invokes the built-in code editor on the current program in memory.

edit with no argument edits the current program. Or, you can give it the path to a MiniScript file (with or without the ".ms" extension) to load and edit another program in one step.


This article is a stub. You can help the MiniScript Wiki by expanding it.