progn

Evaluate all arguments and return the last argument. Can be used instead of the comma operator. Inspired by http://clhs.lisp.se/Body/s_progn.htm

Args[$ - 1]
progn
(
Args...
)
(
lazy Args args
)

Meta