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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 04:36, 20 February 2020 JoeStrout talk contribs created page Category:Data types (Created page with "MiniScript has only a handful of core data types, shown below. Particular host environments may add more, but usually any additional types are implemented as maps usi...")
- 04:35, 20 February 2020 JoeStrout talk contribs created page FuncDef (Created page with "<c>funcDef</c> is one of the core Category:data types in MiniScript. It represents a compiled or intrinsic function. Category:Language Category:Data Types...")
- 04:34, 20 February 2020 JoeStrout talk contribs created page Map (Created page with "<c>map</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:34, 20 February 2020 JoeStrout talk contribs created page List (Created page with "<c>list</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:34, 20 February 2020 JoeStrout talk contribs created page Number (Created page with "<c>number</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:33, 20 February 2020 JoeStrout talk contribs created page String (Created page with "<c>string</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:32, 20 February 2020 JoeStrout talk contribs created page End function (Created page with "The <c>end function</c> keyword statement terminates a function block. Category:Language Category:Keywords {{stub}}")
- 04:31, 20 February 2020 JoeStrout talk contribs created page End while (Created page with "The <c>end while</c> keyword statement terminates a while loop. Category:Language Category:Keywords {{stub}}")
- 04:31, 20 February 2020 JoeStrout talk contribs created page End for (Created page with "The <c>end for</c> keyword statement terminates a for loop. Category:Language Category:Keywords {{stub}}")
- 04:30, 20 February 2020 JoeStrout talk contribs created page End if (Created page with "The <c>end if</c> keyword statement terminates an if block. Category:Language Category:Keywords {{stub}}")
- 04:29, 20 February 2020 JoeStrout talk contribs created page If (Created page with "<c>if</c> is the keyword that begins an ''if block''. Category:Language Category:Keywords {{stub}}")
- 04:28, 20 February 2020 JoeStrout talk contribs created page Return (Created page with "<c>return</c> is a keyword that returns from a function, optionally passing a value to the caller. Category:Language Category:Keywords {{s...")
- 04:26, 20 February 2020 JoeStrout talk contribs created page Function (Created page with "<c>function</c> is a keyword used to define a subprogram in MiniScript. The term "function" can also refer to such a subprogram. Category:Language...")
- 04:25, 20 February 2020 JoeStrout talk contribs created page Not (Created page with "<c>not</c> is a keyword unary operator that returns the logical negation of its operand. Category:Language Category:Keywords {{stub}}")
- 04:23, 20 February 2020 JoeStrout talk contribs created page In (Created page with "<c>in</c> is a keyword used in a for statement to identify the range which should be iterated over. Category:Language Category:Keywords {{...")
- 04:22, 20 February 2020 JoeStrout talk contribs created page False (Created page with "<c>false</c> is a keyword value equivalent to 0. Category:Language Category:Keywords {{stub}}")
- 04:21, 20 February 2020 JoeStrout talk contribs created page True (Created page with "<c>true</c> is a keyword value equivalent to <c>1</c>. Category:Language Category:Keywords {{stub}}")
- 02:35, 20 February 2020 JoeStrout talk contribs created page Null (Created page with "<c>null</c> is a keyword that represents the null value in MiniScript. Category:Language Category:Keywords {{stub}}")
- 02:32, 20 February 2020 JoeStrout talk contribs created page Continue (Created page with "<c>continue</c> is a keyword statement that causes execution to jump directly to the next iteration of a for or while loop. Category:Language...")
- 23:32, 19 February 2020 JoeStrout talk contribs created page Break (Created page with "<c>break</c> is a keyword statement that jumps out of the innermost <c>for</c> or <c>while</c> loop. Category:Language [[Category:Keywords]...")
- 23:31, 19 February 2020 JoeStrout talk contribs created page While (Created page with "<c>while</c> is a keyword used to loop as long as some condition is true. The condition is tested before each iteration of the loop (including the firs...")
- 23:26, 19 February 2020 JoeStrout talk contribs created page Object-oriented programming (Created page with "Object-oriented programming (OOP) is an approach to organizing code by dividing it into classes and objects. MiniScript supports prototype-based OOP through <c>new</c>, <...")
- 23:21, 19 February 2020 JoeStrout talk contribs created page For (Created page with "<c>for</c> is a keyword used to loop over a sequence (i.e. a list, map, or string). Category:Language Category:Keywords {{stub}}")
- 23:17, 19 February 2020 JoeStrout talk contribs created page Category:Keywords (Created page with "Keywords are special identifiers which are built into the MiniScript language, and are understood directly by the parser.")
- 23:10, 19 February 2020 JoeStrout talk contribs created page Isa (Created page with "<c>__isa</c> is a special entry in a map that refers to the map's base class. It is part of MiniScript's support for object-oriented programming. Category:Language...")
- 23:09, 19 February 2020 JoeStrout talk contribs created page New (Created page with "<c>new</c> is a keyword unary operator used to create a subclass or instance. <c>new</c> acts on a map, and returns a new map with __isa set to the opera...")
- 23:07, 19 February 2020 JoeStrout talk contribs created page Self (Created page with "<c>self</c> is a keyword used to refer to the object by which a method was invoked using dot syntax. Category:Language {{stub}}")
- 23:06, 19 February 2020 JoeStrout talk contribs created page Super (Created page with "<c>super</c> is a keyword used to access base class methods from within a subclass method. Category:Language {{stub}}")
- 14:03, 9 February 2020 JoeStrout talk contribs created page Comments (Created page with "A ''comment'' in programming jargon is a bit of free text for readers of the code, ignored by the compiler. Comments in MiniScript begin with two forward slashes (//) and con...")
- 13:53, 9 February 2020 JoeStrout talk contribs deleted page Template:Asbox (doesn't seem to work; probably needs some extension we don't have)
- 13:51, 9 February 2020 JoeStrout talk contribs created page Template:Asbox (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use| 22196...")
- 13:49, 9 February 2020 JoeStrout talk contribs created page Template:Stub (Created page with "{{asbox | image = | pix = | subject = | article = article | qualifier = | category = Stubs | tempsort = no | lowercase = y | name = Template:Stub }}")
- 00:34, 9 February 2020 JoeStrout talk contribs created page Mini Micro (Created page with "Mini Micro is a desktop application for Windows, macOS, and Linux. It simulates a retro-style home computer, built atop the MiniScript language. It is intended as both an ed...")
- 00:28, 9 February 2020 JoeStrout talk contribs created page Command-Line MiniScript (Created page with "Command-Line MiniScript is a program to run in a Unix (including macOS), Linux, or Windows shell. It allows for both interactive use of MiniScript (through a REPL) and th...")
- 00:26, 9 February 2020 JoeStrout talk contribs created page REPL (Created page with "REPL is an acronym for Read-Eval-Print-Loop. This is a feature of some Category:Environment environments which allows you to type MiniScript code at a prompt, and have it...")
- 00:22, 9 February 2020 JoeStrout talk contribs created page Category:Environments (Created page with "Pages related to the various environments (applications, etc.) in which you can use MiniScript.")
- 00:21, 9 February 2020 JoeStrout talk contribs created page Try-It Web Page (Created page with "The [https://miniscript.org/tryit/ MiniScript Try-It! page] enables you to run MiniScript code via a web browser. == How it Works == MiniScript source is sent to a server t...")
- 00:16, 9 February 2020 JoeStrout talk contribs created page Category:Tools (Created page with "Pages about external tools that help in working with MiniScript code: editors, formatters, etc.")
- 00:15, 9 February 2020 JoeStrout talk contribs created page Category:Unity (Created page with "Pages that relate to the use of MiniScript within the [https://unity3d.com Unity] game development environment.")
- 00:14, 9 February 2020 JoeStrout talk contribs created page User:JoeStrout (Created page with "Joe Strout is the original author and primary maintainer of MiniScript and Mini Micro.")
- 00:13, 9 February 2020 JoeStrout talk contribs created page Category:Community (Created page with "Pages that relate to the MiniScript user community, and the various places and ways such users might communicate.")
- 00:12, 9 February 2020 JoeStrout talk contribs created page Category:Mini Micro (Created page with "Pages that apply to the Mini Micro virtual home computer (on any host OS).")
- 00:12, 9 February 2020 JoeStrout talk contribs created page Category:Command-Line (Created page with "Pages that apply to command-line MiniScript (on any OS).")
- 00:11, 9 February 2020 JoeStrout talk contribs created page Category:Language (Created page with "Pages related to the MiniScript language itself.")
- 19:11, 8 February 2020 Hilbert talk contribs changed group membership for JoeStrout from administrator to administrator, interface administrator and bureaucrat
- 19:06, 8 February 2020 Hilbert talk contribs changed group membership for JoeStrout from (none) to administrator
- 19:04, 8 February 2020 JoeStrout talk contribs created page MiniScript Wiki:About (initial content)
- 19:01, 8 February 2020 User account JoeStrout talk contribs was created
- 18:12, 8 February 2020 MediaWiki default talk created page Main Page