Next:
quit
, Previous:
process-events
, Up:
GCL Reference
7.2.106 progn
(progn STATEMENT [ ... ])
evaluates each STATEMENT in order and returns the value of the last one. Use progn to group a collection of commands together, forcing them to be treated as a single command.