For Loop

More useful stuff about loops. This leaves the impression that the middle part of a given loop should be a test, but I’m wondering how a sub-loop happens. For loop – Wikipedia, the free encyclopedia Three-expression for loops This type of for loop is found in nearly all languages which share a common heritage with the C programming language. It is characterized by a three-parameter loop control expression; consisting of…
Read more...Conditionals, and Loops

I’ve been busy trying to automate the production of nodes for my Morcego installation, and find myself hung up on how to script an interative process for making similar links. After much searching and head-scratching, I’ve found something that’s not quite an Aha! moment, but does make sense of something I’ve puzzled over. Conditional (programming) – Wikipedia, the free encyclopedia Else If By using Else If, it is possible to…
Read more...