OT:
On 2/8/06, Björn Krombholz <
fox.box@...> wrote:
> Another
> analogy to the programming: The task is to print the numbers from 1 to
> 10. Let people discuss the best solution, you would get proposals
> like:
> a) print "1 2 3 4 5 6 7 8 9 10"
> [argument: it's the fastest way to do it!]
> b) for ( i = 0 to 10) { print i }
> [argument: it's more flexible!]
> c) i=0; do { print i; i = i + 1 } until ( i > 10 )
> ...
Well, a is the only correct solution :) Or there are not correct
solutions if you define 'from 1 to 10' in another way ;)
--
Jan van Thiel
_______________________________________________
Musicbrainz-style mailing list
Musicbrainz-style@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-style