Topic: return from procedure
Topic: continuation
Topic: goto statement
Quotation Skeleton
a C-- procedure may explicitly tail-call another procedure … [e.g., 'jump sp2_help(n,1,1)'] … A tail call has the same semantics as … resources (notably its activation record) before the call. …
Google-1Google-2