altos/lisp: have 'while' return the last body value
authorKeith Packard <keithp@keithp.com>
Fri, 18 Nov 2016 00:52:30 +0000 (16:52 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Nov 2016 06:18:39 +0000 (22:18 -0800)
commita9faa2a69829756f65192b99b620a18176b496b6
treec518c8b2a39c104a08f2c41f31e309398b6be23e
parent76a266034fd6867d33739bccc6c0a016695ab106
altos/lisp: have 'while' return the last body value

Instead of always returning 'nil', let while return the last body
value.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lisp/ao_lisp_error.c
src/lisp/ao_lisp_eval.c