From WikiChip
Search results

  • ...her programming language it might come as a surprise to you that there are no true arrays in mSL. This is because the paradigm is a little different: an ...arate tokens in a list. The example above also has a special name: '''comma-separated values''' ('''CSV''').
    11 KB (1,776 words) - 18:20, 31 January 2024
  • <syntaxhighlight lang="mIRC">;single-line alias ;multi-line alias
    18 KB (2,987 words) - 14:43, 21 March 2023
  • #If the statement was false.<br />No code inside the while loop is executed and the script skips right down to a ...let %x be 5, if the condition is while ({{mIRC|$calc}}(%x - 5)) {, since 5-5 is 0, the while loop's condition is false, thus it will not execute any co
    10 KB (1,703 words) - 07:36, 26 March 2021
  • ...ses the use of gotos can often lead to [[Wikipedia:spaghetti-code|spaghetti-code]]. and can usually be replaced with easier to read and follow [[While L if (%test == 2) return
    7 KB (1,188 words) - 09:34, 22 September 2017
  • A '''hash table''' is an associative array with item-data pairing. That is, data stored in the table is associated with a specifi ...e, mIRC increases the number of buckets to be the next greater prime from 3-10007. Which is why the default 100 uses 101 bucket. Assuming that you are g
    30 KB (5,149 words) - 01:46, 30 November 2018
  • ...xt files''' are files you can edit via a basic editor like notepad and has no special structure. Below are a few handy commands and identifiers to work w ...ern provided to the first part of the line. If a match is found, mIRC will return the text that followed the pattern.
    5 KB (773 words) - 14:05, 20 October 2018
  • ...no problem and we can't see the difference because {{mIRC|$day}} can only return a day of the week. If {{mIRC|$day}} is monday, evaluating the plain text mo return
    26 KB (4,222 words) - 08:43, 21 January 2023
  • ...<pos> exceeds the length of the variable, the variable will extend (by zero-padding the gap) to accommodate the new values. /bset [-c] <&bvar> <pos> <asciivalue> [asciivalue ... asciivalue]
    9 KB (1,432 words) - 18:47, 2 May 2023
  • {{c title|assert macro - <assert.h>}}{{Assert.h - C}} The '''assert''' macro, which is part of {{C|assert.h|<assert.h>}} can be used to insert diagnostic tests into a program
    2 KB (275 words) - 08:27, 4 January 2015
  • {{c title|<complex.h> Header}} {{C Standard Library}}
    13 KB (1,987 words) - 20:46, 7 January 2015
  • ...s on the very basics of mIRC Scripting. The target audience is people with no knowledge, or very limited knowledge, of the [[mirc|mIRC scripting language ...s type, should go in the Script Editor. To open the script editor press-and-hold the <ALT> key on your keyboard, and then tap the R key (<Alt>+R). Alter
    25 KB (4,323 words) - 15:48, 1 August 2019
  • {{c title|Static Assertion}} ...-time logic checking over previous existing solutions, primarily via the {{C|error directive|#error directive}} and negative array sizes.
    3 KB (534 words) - 07:36, 4 January 2015
  • ...l, and any lines that match the matchtext are written out to another custom-window or file or dialog control (or indeed by using an alias to any other d ...e | in-dialog-id> <out-window | out-file | out-dialog-id | out-alias> [sort-alias] <matchtext>
    7 KB (1,122 words) - 18:29, 20 July 2020
  • ...the ratio of <item count>:<maximum capacity> at 78% to maintain a good time-space tradeoff (i.e. 0.78 load factor). That means if you are planning on st ...num_buckets]''' - The number of buckets to use as the table's capacity (If no number is specified, the default is 100 (effectively 101 buckets))
    13 KB (2,180 words) - 19:29, 2 May 2023
  • ...(+), subtraction (-), multiplication (*), division (/), modulo (%), bitwise-and (&), and exponent (^). They ''must'' be space delimited with both operan ...ilar to that of /set except that switches like -uN or -e or -z or -k have no meaning for local variables which cease to exist when the event or alias is
    7 KB (1,162 words) - 05:34, 22 January 2024
  • * '''-c''' - Creates a catch-up timer * '''-h''' - Creates a high-resolution timer (interval is in millisecond just like -m)
    5 KB (800 words) - 06:35, 14 August 2023
  • <source lang="mIRC">alias x echo -a $1 | return $1 <source lang="mIRC">alias x echo -a $1 | return $1
    16 KB (2,633 words) - 12:09, 22 November 2023
  • {{c title|C11}}{{C standards}} ....org/RecordDetail.aspx?sku=INCITS%2FISO%2FIEC+9899-2012 INCITS/ISO/IEC 9899-2012]</ref>.
    8 KB (1,180 words) - 05:52, 14 September 2019
  • {{c title|Variables}} In [[c|C]], '''variables''' are named stored locations. Variables provide a simple m
    6 KB (1,016 words) - 15:07, 9 March 2016
  • {{c title|Program Structure}} ...flow a C code is crucial to being able to read and understand any piece of C code.
    8 KB (1,338 words) - 15:16, 9 March 2016

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)