| JUMP(a_target); |
JUMP(a_target); |
| #else |
#else |
| SET_IP((Xt *)a_target); |
SET_IP((Xt *)a_target); |
| INST_TAIL; NEXT_P2; |
|
| #endif |
#endif |
| } |
} else { |
| sp--; |
sp--; |
| sp[0]=f; |
sp[0]=f; |
| SUPER_CONTINUE; |
} |
| |
|
| ?dup-0=-?branch ( #a_target f -- S:... ) new question_dupe_zero_equals_question_branch |
?dup-0=-?branch ( #a_target f -- S:... ) new question_dupe_zero_equals_question_branch |
| ""The run-time procedure compiled by @code{?DUP-0=-IF}."" |
""The run-time procedure compiled by @code{?DUP-0=-IF}."" |
| JUMP(a_target); |
JUMP(a_target); |
| #else |
#else |
| SET_IP((Xt *)a_target); |
SET_IP((Xt *)a_target); |
| NEXT; |
|
| #endif |
#endif |
| } |
} |
| SUPER_CONTINUE; |
|
| |
|
| \+ |
\+ |
| \fhas? skiploopprims 0= [IF] |
\fhas? skiploopprims 0= [IF] |