<<
Expressions and Statements
>>
A Scheme
<body>
is one or more expresions.
Its value is that the of last expression.
Instead, make value of
<body>
be concatenation of values of sub-expressions.
Define
define
,
set!
etc to return zero values.
If we really need to discard result, use explicit
discard
.