Special characters: The character '$' must always be escaped with ‘\’. Within an expression the
characters '$', '(', ')', ',' and ';' have to be escaped with a ‘\’character.
For example the following expression:
();$TEST(a\$a\,,$(LP));
will evaluate as
();a$a,DATA
provided that the function TEST concatenates its arguments and the field LP contains the text
'DATA'.