2013

Table Of Contents
upper
Returns the string converted to uppercase according to the rules of the current
locale.
$(upper, string)
xor
Returns the bitwise logical XOR of the integers val1 through val9.
$(xor, val1 [, val2,, val9])
DIESEL Error Messages
Generally, if you make a mistake in a DIESEL expression, what went wrong
will be obvious. Depending on the nature of the error, DIESEL embeds an
error indication in the output stream.
DIESEL error messages
DescriptionError message
Syntax error (usually a missing right parenthesis or a runaway
string)
$?
Incorrect arguments to func$(func,??)
Unknown function func$(func)??
Output string too longevaluation truncated$(++)
74 | Chapter 5 DIESEL