All public logs

Jump to navigation Jump to search

Combined display of all available logs of MiniScript Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 04:04, 20 January 2021 JoeStrout talk contribs created page Input (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...")
  • 03:55, 20 January 2021 JoeStrout talk contribs created page Load (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...")
  • 02:28, 19 January 2021 JoeStrout talk contribs created page 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:12, 19 January 2021 JoeStrout talk contribs created page 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 JoeStrout talk contribs created page 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...")
  • 20:40, 18 January 2021 JoeStrout talk contribs created page 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 JoeStrout talk contribs created page File:ColorTable.png (Colors defined by the color module in Mini Micro.)
  • 20:24, 18 January 2021 JoeStrout talk contribs uploaded File:ColorTable.png (Colors defined by the color module in Mini Micro.)
  • 20:21, 18 January 2021 JoeStrout talk contribs created page File:ColorString.png (Illustration of the format of a color string in Mini Micro.)
  • 20:21, 18 January 2021 JoeStrout talk contribs uploaded File:ColorString.png (Illustration of the format of a color string in Mini Micro.)
  • 20:16, 18 January 2021 JoeStrout talk contribs created page 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 JoeStrout talk contribs created page 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...")
  • 04:04, 18 January 2021 JoeStrout talk contribs created page 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...")
  • 04:00, 18 January 2021 JoeStrout talk contribs created page 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...")
  • 03:56, 18 January 2021 JoeStrout talk contribs created page 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...")
  • 03:54, 18 January 2021 JoeStrout talk contribs created page 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:48, 18 January 2021 JoeStrout talk contribs created page 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 JoeStrout talk contribs created page 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...")
  • 17:17, 14 January 2021 JoeStrout talk contribs created page 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...")
  • 08:38, 14 January 2021 User account Mantic talk contribs was created
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)