"If you build it, they will come."
I hate the current conditionals. There is something about "test" that means I just don't read it properly.
Of course, I'm expecting one of the first questions about using "if..then" to have code that looks like:
Code:
program:
if test(field('series'), field('series'), 'nonseries') then
dir_name= field('series');
else
dir_name= 'nonseries'
fi
And wonder why they never get "nonseries" as part of the result.
Of course it wouldn't be me. I'd never write something like that in other languages and then spend an embarrassing amount of time trying to work out what was wrong. No, not me, never.