Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in control-structure

Can you loop a Perl 6 block that's in a variable?

raku control-structure

How to implement redo statement (as in Perl and Ruby) in Lisp

Is it possible that a variable declared after the main has file scope?

c scope control-structure

Smalltalk Variadic functions

Prolog if-then-else constructs: -> vs *-> vs. if_/3

Is break; required after die() php

Lookup table in Latex

ruby catch-throw and efficiency

Scala: custom control structures with several code blocks

scala control-structure

Can the for loop be eliminated from this piece of PHP code?

Control structures beyond standard conditionals and loops?

Do if(){ } while() statement

Disposal Order in C# Using Blocks

'break' from a switch, then 'continue' in a loop

php control-structure

SQL loop WHILE IF BREAK

OCaml is it possible to creat single if (without else)

ocaml control-structure

Is there a programming language with no controls structures or operators?

How to implement early exit / return in Haskell?

Strange PHP syntax

How to implement decision matrix in c#