| http://www.w3.org/ns/prov#value | - In practice, most of my loops are either stepping through an array or structure of some kind, in which case I use a FOR loop; or are reading a file or a result set from a database, in which case I use a WHILE loop (while (!eof()) or something of that sort).
|