Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Conditional loop 6 found (9 total)

alternate case: conditional loop

Rexx (4,513 words) [view diff] no match in snippet view article find links to article

Rexx (restructured extended executor) is a high-level programming language developed at IBM by Mike Cowlishaw. Both proprietary and open source Rexx interpreters
Simons' BASIC (1,796 words) [view diff] case mismatch in snippet view article find links to article
marks its end RCOMP – reinstates the most recently used IF/THEN/ELSE conditional LOOP – defines the start of a loop that will run until an EXIT IF conditional
Control flow (6,236 words) [view diff] exact match in snippet view article find links to article
collection type. a b Odin's general for loop supports syntax shortcuts for conditional loop and infinite loop. Many programming languages, especially those favoring
Box–Muller transform (2,088 words) [view diff] exact match in snippet view article find links to article
multiplication and one trigonometric function with a single division and a conditional loop. When a computer is used to produce a uniform random variable it will
Casio Algebra FX Series (2,514 words) [view diff] exact match in snippet view article find links to article
control syntaxes, including a conditional jump IF, a loop control FOR, a conditional loop control WHILE, a program control CTRL, and a logical operation LOGIC
Toi (programming language) (1,822 words) [view diff] exact match in snippet view article
Boolean OR 58 AND - Boolean AND 60 STARTL - Start of loop 61 CLOOP - Conditional loop. If TOS is true, continue looping, else break 6E BREAK - Breaks out