Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
20 January 2021
|
N 04:49 | Reset 2 changes history +384 [JoeStrout (2×)] | |||
m |
|
04:49 (cur | prev) +5 JoeStrout talk contribs | |||
N |
|
04:49 (cur | prev) +379 JoeStrout talk contribs Created page with "In Mini Micro, the <c>reset</c> command has several effects: # Clears the current program from memory. # Clears all global variables, except the ones defined at startup...." |
N 04:16 | Edit diffhist +179 JoeStrout talk contribs Created page with "In Mini Micro, the <c>edit</c> command invokes the Mini Micro code editor on the current program in memory. <c>edit</c> takes no arguments. Category:Mini Micro {{st..." |
|
N 04:05 | Input 2 changes history +1,081 [JoeStrout (2×)] | |||
m |
|
04:05 (cur | prev) +123 JoeStrout talk contribs | |||
N |
|
04:04 (cur | prev) +958 JoeStrout talk contribs Created page with "<c>input</c> is a quasi-standard function in the MiniScript language that gets a string of input from the user. By "quasi-standard" we mean that it is not part of the MiniScr..." |
|
N 03:57 | Load 2 changes history +939 [JoeStrout (2×)] | |||
|
03:57 (cur | prev) +261 JoeStrout talk contribs added additional example | ||||
N |
|
03:55 (cur | prev) +678 JoeStrout talk contribs Created page with "In Mini Micro, the <c>load</c> command loads a program into memory from disk. Syntax: load ''path'' This replaces the current program in memory with the MiniScript fi..." |
19 January 2021
N 02:28 | Save diffhist +803 JoeStrout talk contribs 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..." |
m 02:18 | Startup.ms diffhist +61 JoeStrout talk contribs |
m 02:14 | Clear diffhist +22 JoeStrout talk contribs |
|
N 02:13 | Text 2 changes history +509 [JoeStrout (2×)] | |||
m |
|
02:13 (cur | prev) -1 JoeStrout talk contribs | |||
N |
|
02:12 (cur | prev) +510 JoeStrout talk contribs 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..." |
N 02:09 | TileDisplay.clear diffhist +411 JoeStrout talk contribs 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..." |
18 January 2021
N 20:40 | Color diffhist +2,261 JoeStrout talk contribs 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 | (Upload log) [JoeStrout (2×)] | |||
|
20:24 JoeStrout talk contribs uploaded File:ColorTable.png (Colors defined by the color module in Mini Micro.) | ||||
|
20:21 JoeStrout talk contribs uploaded File:ColorString.png (Illustration of the format of a color string in Mini Micro.) |
m 20:17 | File:HowToPointScreenshot.png diffhist +2 JoeStrout talk contribs →Summary |
N 20:16 | SolidColorDisplay diffhist +713 JoeStrout talk contribs 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..." |
N 20:11 | File.curdir diffhist +257 JoeStrout talk contribs 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..." |
N 04:04 | Run diffhist +287 JoeStrout talk contribs 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..." |
N 04:00 | Gfx diffhist +424 JoeStrout talk contribs 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..." |
N 03:56 | Pwd diffhist +195 JoeStrout talk contribs 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..." |
N 03:54 | Dot syntax diffhist +387 JoeStrout talk contribs 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..." |
|
N 03:49 | MediaWiki:Sidebar 2 changes history +176 [JoeStrout (2×)] | |||
|
03:49 (cur | prev) -27 JoeStrout talk contribs | ||||
N |
|
03:48 (cur | prev) +203 JoeStrout talk contribs Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Special:WantedPages|Help Wanted *..." |
N 03:46 | Clear diffhist +446 JoeStrout talk contribs 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..." |
17 January 2021
16 January 2021
14 January 2021
m 18:01 | TextDisplay diffhist +25 Mantic talk contribs Added it to the mini micro category so it shows up in the pages list. |
m 18:00 | PixelDisplay diffhist +25 Mantic talk contribs Added mini micro category so it shows up in the mini micro pages list. |
N 17:17 | Env diffhist +768 JoeStrout talk contribs 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..." |