15 lines
184 B
ReStructuredText
15 lines
184 B
ReStructuredText
|
|
progn
|
||
|
|
-----
|
||
|
|
|
||
|
|
.. highlight:: dune
|
||
|
|
|
||
|
|
.. describe:: (progn <DSL> ...)
|
||
|
|
|
||
|
|
Execute several commands in sequence.
|
||
|
|
|
||
|
|
Example::
|
||
|
|
|
||
|
|
(progn
|
||
|
|
(run ./proga.exe)
|
||
|
|
(run ./progb.exe))
|