Bugfix
(User-visible)
The implementation class of a TLScript function can define named parameters. If this is done and the TLScript function is called with excess parameters, an internal error occurs.
Test
Execute the TLScript round(3.5, 1, "XXXX") in the script console. An internal error must not occur.