alvin alexander
Nodes for the term “for”
Scala for/yield examples (for-loop and yield syntax)
Read more
Scala ‘for loop’ examples and syntax
Read more
Java String array examples (with Java 5 for loop syntax)
Read more
How to iterate over a Map in Kotlin (for loop)
Read more
The AppleScript for loop (and while loop) examples
Read more
How to iterate over Scala Maps (for, foreach loop, and printing examples)
Read more
Scala Map class examples (adding, removing, updating, iterating)
Read more
How to use multiple Futures in a Scala for-comprehension
Read more
Scala List class examples: range, fill, tabulate, appending, foreach, more ...
Read more
Scala Array class: methods, examples, and syntax
Read more
The Scala 3 'for' loop (for/yield) syntax and examples
Read more
How to iterate over Scala Lists with foreach and for
Read more
How to process a Scala String one character at a time (with map, for, and foreach)
Read more
The Scala for-loop translation scheme
Read more
Scala: Handling nested Options with flatMap and for
Read more
Dotty (Scala 3) v20 for/do loop syntax
Read more
Java ‘int’ array examples (declaring, initializing, populating)
Read more
Java 5 for loop syntax example (Java 5 Generics)
Read more
Scala control structure examples (if/then, match/case, for, while, try/catch)
Read more
A Bourne shell script that loops through all files in the current directory
Read more
An AppleScript list iterate/loop example
Read more
A Linux shell script to rename files with a counter and copy them
Read more
Scala: Using a for loop with embedded if statements
Read more
How to process every line in a file with a Unix/Linux shell script
Read more
Perl best practice: prefer foreach to for
Read more
How to print every element in a Perl array
Read more
How to delete a list (collection) of files
Read more
PHP array - How to loop through a PHP array
Read more
My Perl hash tutorials
Read more
Perl for loop - How to do something for each element in an array
Read more
A Perl array and foreach example
Read more