[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SKIPE and SKIPN... and JSR



Let *HERE* stand for a virtual tag occurring just after the
current PROG statement.  Then I would propose that (JSR FOO)
mean (PROGN (SETQ FOO *HERE*) (GO FOO)), that is, the tag
FOO which is the target receives the return address as a value,
and then you continue execution just after the tag.