sh-else:cdecl — immediate primitive
FORTH
#ELSE ( -- )();p4:"sh-else";
#ELSE ( -- )(
)
The implementation of #ELSE is done in C for speed and being less error prone. Better use the ANSI-compatible [IF] [ELSE] [THEN] construct.