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,310 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
Box–Muller transform (2,086 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
Control flow (6,038 words) [view diff] exact match in snippet view article find links to article
Programming language conditional loop early exit loop continuation redo retry correctness facilities begin middle end count collection general infinite
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