Quote:
Originally Posted by capink
Thanks for both. I don't seem to know how to use the new for loop. I am trying to modify your previous template to this:
|
The syntax is
Code:
for a in authors separator '&':
I used the keyword 'separator' to remove some ambiguity in the language parser. Note that the 'thing' following the keyword is an arbitrary expression. You can do something like this, admittedly a bit strange:
Code:
for a in authors separator if something then '&' else ',' fi: