@neauoire Good old Fortran has that as well, it's called multi-entry subroutines. For my C compiler I simply rewrite it as
;draw-dec JMP2 @draw-dec
so the fall-through becomes a tail call.
@wim_v12e I've been looking for a name for those since for ever! Thank you thank you
@wim_v12e I've been looking for a name for those since for ever! Thank you thank you