Search results

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

Search in namespaces:

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...ucture" are often used synonymously, there are additional types of logical constructs within a computer program, including [[variable (computer science)|variable ...ing)|conditionals]], [[foreach loop]]s, [[while loop]]s, etc) are language constructs, not [[Subroutine|function]]s. So <code>while (true)</code> is a language c ...
    2 KB (298 words) - 22:03, 7 July 2024
  • == Advanced conditional logic in SQL == ...de>. The <code>CASE</code> expression, for example, enables SQL to perform conditional branching within queries, providing a mechanism to return different values ...
    3 KB (446 words) - 20:58, 25 January 2025
  • ...sequence of one of more Perl statements surrounded by braces. All looping constructs except for the C-style <code>for</code>-loop can have a <code>continue</cod ==Conditional statements== ...
    7 KB (1,071 words) - 03:17, 24 July 2024
  • ...-320-2}}</ref> An advanced form of constant propagation known as [[sparse conditional constant propagation]] can more accurately propagate constants and simultan ...ltiply instructions and a store for this statement. Instead, they identify constructs such as these and substitute the computed values at compile time (in this c ...
    6 KB (855 words) - 22:25, 4 May 2025
  • In [[computing]], '''IIf''' (an abbreviation for '''Immediate [[Conditional (programming)|if]]'''<ref>{{cite web ...conditional expression, which is similar to a [[Conditional (programming)|conditional statement]]. ...
    7 KB (1,028 words) - 19:45, 8 June 2025
  • [[Category:Conditional constructs]] ...
    3 KB (410 words) - 20:00, 17 March 2023
  • {{Loop constructs}}<!-- DO NOT remove. Discuss navigation concept at [[Talk:Do while loop#Hel ==Equivalent constructs== ...
    10 KB (1,290 words) - 02:49, 26 May 2025
  • ...the structure matches. Boolean expressions in [[Conditional (programming)|conditional statement]]s usually also fit this definition of a guard although they are A simple conditional expression, already present in [[CPL programming language|CPL]] in 1963, ha ...
    9 KB (1,336 words) - 08:36, 15 May 2025
  • ...ter programming)#If–then(–else)|if–then(–else)]] statement can make nested conditional statements ambiguous. Formally, the reference [[context-free grammar]] of t ...e). Some implementations of [[ALGOL 60]] follow this approach.<ref>''4.5.1 Conditional Statements — Syntax'' in P. Nauer (ed.), ''Revised Report on the Algorithmi ...
    11 KB (1,586 words) - 21:08, 21 June 2025
  • ...modify the destination if the predicate is true. Thus, instead of using a conditional branch to select an instruction or a sequence of instructions to [[Executio ...d [[GPU]]s in general make heavy use of predication, applying one bit of a conditional ''mask vector'' to the corresponding elements in the vector registers being ...
    13 KB (1,839 words) - 05:35, 17 September 2024
  • |text = The conditional connectives — "<u>cand</u>" and "<u>cor</u>" for short — are ... less innoc ...d expression requires B to be defined, the first one does not. Because the conditional connectives thus complicate the formal reasoning about programs, they are b ...
    18 KB (2,506 words) - 16:15, 22 May 2025
  • ...UTP is the [[first-order predicate calculus]], augmented with fixed-point constructs from second-order logic. Following the tradition of [[Eric Hehner]], [[Pred * a ''signature'', which is the set of programming language constructs intrinsic to the paradigm; and ...
    9 KB (1,173 words) - 10:26, 13 June 2025
  • ...manual lists [[For loop|FOR...NEXT]], [[Do while loop|WHILE...WEND]] and [[Conditional (computer programming)|IF...ENDIF]], but no [[switch statement]]s, and no f ...chine language]]. Thus, many language constructs of ASIC are equivalent to constructs of [[assembly language]]. ...
    8 KB (1,126 words) - 11:20, 27 May 2025
  • Control flow constructs include bounded loops, [[Conditional (programming)|conditional statements]], <code>ABORT</code> jumps out of loops, and <code>QUIT</code> ...
    6 KB (841 words) - 11:35, 8 May 2025
  • ...nsidered constants, and one constructs their term-language by these simple constructs. Maude lets the user specify whether or not operators are infix, postfix or ...hat one tries to rewrite/reduce. Equations and rewrite rules can also be ''conditional'' rules, which means they have to fulfill some criteria to be applied to th ...
    6 KB (960 words) - 15:11, 1 January 2023
  • ...74 [[Guarded Command Language#Selection: if|Guarded Command Language]] the conditional and iterative code block are alternatively terminated with the block reserv ...ures other than simple forms of loops. Conditionals were implemented using conditional [[goto]] statements: ...
    10 KB (1,429 words) - 17:50, 7 March 2025
  • * If G evaluates to true, S is eligible to be executed. In most GCL constructs, multiple guarded commands may have guards that are true, and exactly one o ==[[Conditional (programming)|Selection]]: if== ...
    11 KB (1,684 words) - 16:33, 28 April 2025
  • ...ressions''' and '''conditional constructs''') are [[programming language]] constructs that perform different computations or actions or return different values d ...instructions. Although [[dynamic dispatch]] is not usually classified as a conditional construct, it is another way to select between alternatives at [[run time ( ...
    38 KB (5,480 words) - 14:07, 24 May 2025
  • ...table processing that extend the existing compiler, assembler and language constructs present in the development environment. The term "directive" is also applie Syntactic constructs similar to C's preprocessor directives, such as [[C Sharp (programming lang ...
    12 KB (1,802 words) - 22:22, 15 May 2025
  • ...[[Unix-like]] operating systems that evaluates [[Conditional (programming)|conditional expressions]]. '''test''' was turned into a shell builtin command in 1981 w [[Category:Conditional constructs]] ...
    9 KB (1,295 words) - 04:12, 10 November 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)