User contributions
Jump to navigation
Jump to search
- 16:25, 18 March 2020 diff hist +349 N Wait Created page with "<c>wait</c> pauses execution of this script for some amount of time. See also: time, yield === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Me..."
- 16:22, 18 March 2020 diff hist +509 N Version Created page with "<c>version</c> gets a map with information about the version of MiniScript and the host environment that you're currently running. === Usage Notes === <c>version</c> will in..."
- 16:20, 18 March 2020 diff hist +570 N Values Created page with "<c>values</c> returns the values of a dictionary, or the characters of a string.(Returns any other value as-is.) See also: Indexes === Arguments === {| class="wikitable" |-..."
- 23:36, 15 March 2020 diff hist +629 N Code Created page with "<c>code</c> Return the Unicode code point of the first character of the given string. This is the inverse of `char`. May be called with function syntax or dot syntax. === A..."
- 23:19, 15 March 2020 diff hist +399 N Ceil Created page with "<c>ceil</c> Returns the "ceiling", i.e. closest whole number greater than or equal to the given number. See also: floor === Arguments === {| class="wikitable" |- ! Para..."
- 23:17, 15 March 2020 diff hist -2 Char current
- 23:16, 15 March 2020 diff hist +4 Char
- 23:16, 15 March 2020 diff hist +361 N Char Created page with "<c>char</c> Gets a character from its Unicode code point. See also: code === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''codeP..."
- 23:10, 15 March 2020 diff hist -23 BitOr current
- 23:09, 15 March 2020 diff hist -233 BitXor
- 23:09, 15 March 2020 diff hist +789 N BitXor Created page with "<c>bitXor</c> treats its arguments as integers, and computes the bitwise `xor`: each bit in the result is set only if the corresponding bit is set in exactly one (not zero or..."
- 23:04, 15 March 2020 diff hist +1 BitOr
- 23:03, 15 March 2020 diff hist -212 BitOr
- 23:02, 15 March 2020 diff hist +8 BitOr
- 23:02, 15 March 2020 diff hist +766 N BitOr Created page with "<c>bitOr</c> treats its arguments as integers, and computes the bitwise `or`: each bit in the result is set if the corresponding bit is set in either (or both) of the argument..."
- 22:55, 15 March 2020 diff hist +32 BitAnd current
- 22:51, 15 March 2020 diff hist +497 N BitAnd Created page with "<c>bitAnd</c> treats its arguments as integers, and computes the bitwise `and`: each bit in the result is set only if the corresponding bit is set in both arguments. === Arg..."
- 22:43, 15 March 2020 diff hist +3 Atan current
- 22:42, 15 March 2020 diff hist +758 N Atan Created page with "<c>atan</c> is a function that returns the arctangent of a value or ratio, that is, the angle (in radians) whose tangent is y/x. This will return an angle in the correct quad..."
- 22:38, 15 March 2020 diff hist +627 N Asin Created page with "<c>asin</c> is a function that returns the inverse sine, that is, the angle (in radians) whose sine is the given value. === Arguments === {| class="wikitable" |- ! Paramete..."