The new call\sub capabilities should also be included in list processing commands.
Break means to stop processing further elements (discard all unprocessed elements including the current one)
Continue means to skip the element currently being processed (like a where)
The new call\sub capabilities should also be included in list processing commands.
Break means to stop processing further elements (discard all unprocessed elements including the current one)
Continue means to skip the element currently being processed (like a where)