If-else in jmp (and ifmz)
I know (now..) that if you have a possibility of having missing value and you would like to have it evaluated as 0 you should use IfMZ in JMP. What I'm wondering what is happening in the example below, if you have if-statement with "two elses" (won't return syntax error). In the example below it is expression if_expr_three
(and same for ifmz_expr_three
Names Default To Here(1);
if_expr_two = Ex
...