if i try to run a modal inside an if statement, like this: ``` if ("condition") { newModal() } ``` it outputs ``` execute if condition run newModal() ``` instead of the modal code, it puts the modal call syntax