Search results

Jump to navigation Jump to search
Results 1 – 21 of 450
Advanced search

Search in namespaces:

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...a [[control flow]] [[Statement (computer science)|statement]] that allows code to be executed repeatedly based on a given [[Boolean data type|Boolean]] co ...ntrol structure is often also known as a '''pre-test loop'''. Compare this with the [[do while loop|''do while'' loop]], which tests the condition/expressi ...
    17 KB (2,049 words) - 09:31, 26 February 2025
  • ...egistered under [[527 group|Section 527]] of the [[United States]] [[tax]] code, formed to oppose [[George W. Bush]]'s re-election efforts in the [[U.S. pr ...his accounts about the Vietnam War. [https://www.washingtonpost.com/wp-dyn/articles/A6693-2004Sep8.html] ...
    5 KB (722 words) - 14:09, 19 April 2024
  • ...ls to clearly associate each [[Parameter_(computer_programming)|argument]] with a given [[Parameter (computer science)|parameter]] within the function call ...lar function call in that the arguments are passed by associating each one with a parameter name, instead of providing an ordered list of arguments. ...
    11 KB (1,475 words) - 22:10, 9 June 2025
  • ...rivative]], also a function. Higher-order functions should not be confused with other uses of the word "functor" throughout mathematics, see [[Functor (dis ...ived, higher-order functions that take one function as argument are values with types of the form <math>(\tau_1\to\tau_2)\to\tau_3</math>. ...
    24 KB (3,173 words) - 18:43, 23 March 2025
  • ...of which [[programming language]] is used, a '''guard clause''', '''guard code''', or '''guard statement''' is a check of integrity [[precondition]]s used A typical example is checking that a [[Reference (computer science)|reference]] about to be p ...
    9 KB (1,336 words) - 08:36, 15 May 2025
  • ...78-0-201-73411-9|pages=138}}</ref> so jagged arrays should not be confused with [[Array data type|multidimensional arrays]], but the former is often used t ...lists), Ruby, C#.NET, [[Visual Basic.NET]], Perl, JavaScript, Objective-C, Swift, and Atlas Autocode are implemented as [[Iliffe vector]]s. ...
    4 KB (602 words) - 08:28, 10 January 2025
  • {{Short description|Function with variable number of arguments}} ...{code|printf}}]] and the [[Common Lisp]] function [[Format (Common Lisp)|{{code|format}}]] are two such examples. Both take one argument that specifies the ...
    29 KB (4,123 words) - 23:41, 7 June 2025
  • ...uter science)|class]] are made private to hide and protect them from other code, and can only be modified by a public member function (the mutator method), ..., along with the new value. In this scenario, the compiler cannot restrict code from bypassing the mutator method and changing the variable directly. The r ...
    24 KB (3,279 words) - 01:02, 6 October 2024
  • ...ame syntax as declaring any other C identifier. The keyword <code>typedef</code> itself is a specifier which means that while it typically appears at the s ..._t}}, such as in [[size_t|<code>size_t</code>]] and [[time_t|<code>time_t</code>]]. This is practiced in other coding systems, although POSIX explicitly re ...
    20 KB (3,058 words) - 19:40, 5 April 2025
  • ...]], [[Scala (programming language)|Scala]], [[Swift (programming language)|Swift]], [[Lua (programming language)|Lua]], and [[Visual Basic]]. While [[C++]] does not have first class properties, they can be emulated with [[operator overloading]].<ref>{{cite web |title=Portability of Native C++ p ...
    17 KB (2,150 words) - 17:45, 24 January 2025
  • ...s the ability to create multiple [[subprogram|functions]] of the same name with different implementations. Calls to an overloaded function will run a speci ...arameter]], whereas the former does not require a parameter, and is called with an empty parameter field. A common error would be to assign a default value ...
    12 KB (1,746 words) - 07:25, 27 May 2025
  • ...rganizing the Bucharest International Modern Art Exhibit in December 1924 (with the participation of [[Constantin Brâncuși]]). <blockquote>"Down with Art<br> ...
    4 KB (506 words) - 04:41, 7 December 2023
  • ...tion evaluates to <code>true</code>, the overall value must be <code>true</code>. In programming languages with [[lazy evaluation]] ([[Lisp (programming language)|Lisp]], [[Perl]], [[Hask ...
    18 KB (2,506 words) - 16:15, 22 May 2025
  • ...allows computing representations of mathematical objects to be manipulated with the same syntax as on paper. ...nction calls. For example, consider variables {{code|a}}, {{code|b}} and {{code|c}} of some user-defined type, such as [[Matrix (mathematics)|matrices]]: ...
    23 KB (3,214 words) - 01:53, 16 November 2025
  • | title=D Programming Language <code>foreach</code> Statement Documentation ...s {{mono|x}} times". This avoids potential [[off-by-one error]]s and makes code simpler to read. In [[object-oriented]] languages, an [[iterator]], even if ...
    42 KB (5,662 words) - 05:22, 3 December 2024
  • ...ference at the end and WP:CITE --> The carrier (underlying set) associated with a unit type can be any [[singleton set]]. There is an [[isomorphism]] betwe ...in this category. Similarly, the [[Boolean data type|Boolean]] is the type with ''two'' values. ...
    9 KB (1,466 words) - 12:17, 29 May 2025
  • ...which some component of a value may have the same type as that value, for example in defining a type for representing [[Tree (data structure)|trees]], where ...]]s. Notations vary, but usually the sum type {{math|''A'' + ''B''}} comes with two introduction forms ([[injection (mathematics)|injection]]s) {{math|inj< ...
    26 KB (3,877 words) - 17:39, 13 March 2025
  • .../> Essentially, encapsulation prevents external code from being concerned with the internal workings of an object. ...stent interface that is independent of its internal implementation. As one example, encapsulation can be used to hide the values or state of a structured data ...
    16 KB (2,121 words) - 01:02, 16 June 2025
  • {{Short description|Using one interface or symbol with regards to multiple different types}} {{Distinguish|Polymorphic code}} ...
    17 KB (2,321 words) - 06:35, 16 March 2025
  • ...ght require different, specialized [[calling convention]] in the [[machine code]]. .... The linker needs a great deal of information on each program entity. For example, to correctly link a function it needs its name, the number of [[Argument o ...
    39 KB (5,801 words) - 11:00, 27 May 2025
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)