User contributions
Jump to navigation
Jump to search
- 02:28, 19 January 2021 diff hist +803 N Save Created page with "In Mini Micro, the <c>save</c> command saves the current program to disk. Syntax: save ''path'' If the current program was previously saved or loaded, then no argumen..."
- 02:18, 19 January 2021 diff hist +61 m Startup.ms current
- 02:14, 19 January 2021 diff hist +22 m Clear
- 02:13, 19 January 2021 diff hist -1 m Text current
- 02:12, 19 January 2021 diff hist +510 N Text Created page with "In Mini Micro, <c>text</c> is a global reference to the default text display. This is the display used by print and input, as the system prompt, error messages, e..."
- 02:09, 19 January 2021 diff hist +411 N TileDisplay.clear Created page with "The <c>clear</c> method of <c>TileDisplay</c> clears the whole display to a given tile index, or <c>null</c>. == Example == The following example configures displa..." current
- 20:40, 18 January 2021 diff hist +2,261 N Color Created page with "Color in Mini Micro is represented in RGB or RGBA hexadecimal format, similar to [https://htmlcolorcodes.com/ HTML color codes]. frameless The l..."
- 20:24, 18 January 2021 diff hist +71 N File:ColorTable.png Colors defined by the color module in Mini Micro. current
- 20:21, 18 January 2021 diff hist +81 N File:ColorString.png Illustration of the format of a color string in Mini Micro. current
- 20:17, 18 January 2021 diff hist +2 m File:HowToPointScreenshot.png →Summary current
- 20:16, 18 January 2021 diff hist +713 N SolidColorDisplay Created page with "The <c>SolidColorDisplay</c> class in Mini Micro is a display type that represents a single color over the entire screen. It is often used to control overall background c..."
- 20:11, 18 January 2021 diff hist +257 N File.curdir Created page with "The <c>file.curdir</c> method returns the current working directory in Mini Micro or command-line MiniScript. In Mini Micro, <c>pwd</c> is standard shorth..." current
- 04:04, 18 January 2021 diff hist +287 N Run Created page with "In Mini Micro, the <c>run</c> command runs the currently loaded program. Note that it does ''not'' clear out any variables or reset any display state before executing the..." current
- 04:00, 18 January 2021 diff hist +424 N Gfx Created page with "In Mini Micro, <c>gfx</c> is a global reference to a PixelDisplay. It is assigned <c>display(5)</c> by the <c>clear</c> command. Users may reassign it as des..." current
- 03:56, 18 January 2021 diff hist +195 N Pwd Created page with "In Mini Micro, <c>pwd</c> is a shorthand for <c>file.curdir</c>, that is, it returns the current working directory. ("pwd" starts for "print working directory.) Ca..." current
- 03:54, 18 January 2021 diff hist +387 N Dot syntax Created page with "Dot syntax refers to a way of indexing into a map by putting the key after the map reference, joined by the ''dot operator''. For example, instead of <c>myMap["entry"]</c>, w..."
- 03:49, 18 January 2021 diff hist -27 MediaWiki:Sidebar current
- 03:48, 18 January 2021 diff hist +203 N MediaWiki:Sidebar Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Special:WantedPages|Help Wanted *..."
- 03:46, 18 January 2021 diff hist +446 N Clear Created page with "In Mini Micro, <c>clear</c> is a commonly-used function to clear the screen and reset the displays to their default modes, as shown below. File:DisplayLayou..."
- 22:38, 17 January 2021 diff hist +90 Main Page
- 20:01, 16 January 2021 diff hist +704 Env
- 17:17, 14 January 2021 diff hist +768 N Env Created page with "In Mini Micro, <c>env</c> refers to a map of special values that affect the Mini Micro environment. It contains at least the following keys: {| class="wikitable" |- ! Ke..."
- 13:38, 12 January 2021 diff hist +101 m How to convert a .minidisk into a folder added see-also and categories current
- 13:37, 12 January 2021 diff hist +865 N How to convert a folder into a .minidisk Created page with "Mini Micro can mount a folder in the host (Mac/Windows/Linux) file system, making it appear in Mini Micro as /usr or /usr2. This is convenient when you want to use extern..." current
- 13:31, 12 January 2021 diff hist +919 N How to convert a .minidisk into a folder Created page with "A .minidisk file is used by Mini Micro to store the entire contents of a virtual disk in one host (Windows/Mac/Linux) file. This is convenient in that it keeps your host..."
- 18:27, 9 January 2021 diff hist +919 N FileHandle.atEnd Created page with "The <c>atEnd</c> method of the FileHandle class returns true after attempting to read past the end of the file. Note that <c>atEnd</c> is not true after the last successf..." current
- 18:22, 9 January 2021 diff hist +21 m FileHandle current
- 21:45, 5 January 2021 diff hist +1,112 N FileHandle Created page with "In Mini Micro and command-line MiniScript, the <c>FileHandle</c> class is a small class that represents a file that has been opened for reading, writing, or updating v..."
- 21:27, 5 January 2021 diff hist +274 m Command-Line MiniScript current
- 21:25, 5 January 2021 diff hist +11 m Command-Line MiniScript
- 21:25, 5 January 2021 diff hist -36 m Category:Command-Line current
- 21:24, 5 January 2021 diff hist +11 m REPL
- 21:24, 5 January 2021 diff hist +37 N Command-line MiniScript Redirected page to Command-Line MiniScript current Tag: New redirect
- 21:23, 5 January 2021 diff hist -23 m Mini Micro →See Also
- 21:21, 5 January 2021 diff hist +1,786 N File.open Created page with "In Mini Micro and command-line MiniScript, the <c>file.open</c> function returns a FileHandle object that enables further reads, writes, or updates of the file..."
- 21:11, 5 January 2021 diff hist +84 m File
- 21:09, 5 January 2021 diff hist +1,113 N File.info Created page with "The <c>file.info</c> method returns a map of details about an existing file or directory at the given path. === Arguments === {| class="wikitable" |- ! Parameter Nam..." current
- 21:01, 5 January 2021 diff hist +113 N Category:Command-Line MiniScript Created page with "Pages that apply to the command-line MiniScript (running on any operating system). Category:Environments" current
- 20:59, 5 January 2021 diff hist +63 m File
- 20:59, 5 January 2021 diff hist +26 m SpriteDisplay current
- 20:52, 5 January 2021 diff hist +11 m File →Methods and Properties
- 17:40, 5 January 2021 diff hist +46 m RawData added see-also
- 17:40, 5 January 2021 diff hist +2,081 N File Created page with "The <c>file</c> module provides access to disk files in both Mini Micro and command-line MiniScript. == Methods and Properties == The following table shows methods..."
- 16:21, 4 January 2021 diff hist +167 Tools added link to BBEdit language module
- 15:41, 1 January 2021 diff hist +1 m Open-Source Projects fixed formatting error
- 15:41, 1 January 2021 diff hist +194 Open-Source Projects added link to GameLodge
- 15:39, 1 January 2021 diff hist +144 Open-Source Projects added link to monomicro project
- 15:22, 1 January 2021 diff hist +168 Open-Source Projects added link to BBEdit language module
- 23:08, 31 December 2020 diff hist +396 PixelDisplay.print
- 04:56, 30 December 2020 diff hist +3 m TileDisplay.setCell