(ddd-themes.info)VSL Function Calls
C.4 Function Calls
==================
A function call takes the form
NAME LIST
which invokes the (previously declared or defined) function with an
argument of LIST. Normally, LIST is a list literal (Note: VSL List
Literals) written with round brackets.