On Thu 24 Jun 2010 08:55, Ken Raeburn <raeb...@raeburn.org> writes:

> Hmm... here's another way, though I've no idea if RnRS lets you not have
> any expressions in here:
>
> scheme@(guile-user)> ,c (begin)

There are actually two kinds of begin: one in definition context and one
in expression context. The former takes 0 or more forms, and splices
those forms into the input, where the (begin ...) appears. The other
takes 1 or more expressions, and evaluates those expression in order,
returning the value of the last.

Andy
-- 
http://wingolog.org/

Reply via email to