Next: quit, Previous: process-events, Up: GCL Reference [Contents][Index]
(progn DECLARAÇÃO [ … ])evaluates each DECLARAÇÃO in order and retorna o value do last one. Use progn to group a collection of commands together, forcing them to be treated as a single command.