Jinja Break, Continue, and Pass Statements
In programming, Interrupt is a process that allows changing execution of the current flow. The interrupt could exit the process, and skip the line of the code block. Break, Continue, and Pass are the interrupt keywords that are used in Jinja programming. Let’s see those
Objectives
-
Jinja Break statement
-
Jinja Continue statement
-
Jinja Pass statement