B&R – PLC – Structured Text – RETURN Statement Syntax RETURN; Example IF Var1 < Var2 THEN RETURN; END_IF;