code samples wiki

if else for foreach while

For

The following samples demonstrate the foreach iterator. Assume a collection of fruits (apple, strawberray) or an associative collection of fruits with the items apple->green and strawberry->red. The foreach iterator will print the fruits, or if the language is capable of key-value iterations, it will print the fruit and color.


Programming languages

XSL/XSLT Java JSP PHP Perl Python C, C++, Objective-C C# Bash Pascal JavaScript Excel Ruby Fortran Velocity ASM Basic Tcl Windows PowerShell Lotus Notes Formula Gentics Portal.Node Expressions Whitespace

Missing something or found an error? Please contribute by editing and fixing errors or leave a comment

Bookmark and Share

XSL/XSLT edit

please contribute

Java edit

please contribute

JSP edit

please contribute

PHP edit

foreach ($fruits as $fruit => $color) {
	echo "$fruit: $color";
}

PHP Manual, Control Structures

Perl edit

please contribute

Python edit

please contribute

C, C++, Objective-C edit

please contribute

C# edit

please contribute

Bash edit

please contribute

Pascal edit

please contribute

JavaScript edit

please contribute

Excel edit

please contribute

Ruby edit

please contribute

Fortran edit

please contribute

Velocity edit

please contribute

ASM edit

please contribute

Basic edit

please contribute

Tcl edit

please contribute

Windows PowerShell edit

please contribute

Lotus Notes Formula edit

please contribute

Gentics Portal.Node Expressions edit

please contribute

Whitespace edit

please contribute