This is probably a really newbie question but I never went deeper than debugging my program to confirm it. Wondering if there is some behind the scenes technical thing to it.
When a conditional check is not met does the program indeed skip all the code in conditional's code block? Or does it somehow go over the containing code lines whether the condition is met or not?
When a conditional check is not met does the program indeed skip all the code in conditional's code block? Or does it somehow go over the containing code lines whether the condition is met or not?