Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

break function execution()

Prev Next

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.