break function execution()

Aborts the function processing of the current field. The preceding function's value is returned. The function cannot be used as a jump mark in "goto" functions. Instead jump to the preceding function. Furthermore, the function must not be at the first position of a function chain.

If the function is used in a macro, it will only abort the macro and not the function chain, in which the macro was called.

This function has no parameters.