altos/scheme: Rework display/write code
authorKeith Packard <keithp@keithp.com>
Tue, 19 Dec 2017 19:33:36 +0000 (11:33 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 19 Dec 2017 19:33:36 +0000 (11:33 -0800)
Unify output functions and add bool to switch between write and
display mode. Make that only affect strings (as per r⁷rs).

Use print recursion detection in frame and stack code, eliminating
PRINT flags in type field.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found