New macro BEGIN0.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 13 Sep 2010 15:28:31 +0000 (15:28 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 13 Sep 2010 15:28:31 +0000 (15:28 +0000)
commitb8a0d136a9a9f97deab9a5d0e8ec199d1351515e
tree92d51b7bbf1cfb98bc0d57c980a6f931372b3aec
parent780686c757d2c1c888575046f4e1c3beacb9176b
New macro BEGIN0.

(BEGIN0 <expression> <command> ...) evaluates <expression>, executes
<command> ..., and then returns the value of <expression>.

(Cf. Common Lisp's PROG1.)
src/microcode/uxsig.c
src/runtime/mit-macros.scm
src/runtime/runtime.pkg