Email or username:

Password:

Forgot your password?
Top-level
WimⓂ️

@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.

1 comment
Devil Lu Linvega

@wim_v12e I've been looking for a name for those since for ever! Thank you thank you

Go Up