When using a ticks(0) block within a function `def function { input-> Code A ticks(0) { Code B } Code C }` and calling the function later on, code A and B will execute but Code C won't.