command: do cmd1; cmd2; cmd3; ...
Perform a list of commands, separated by ';'. If you need a ';' in one of
the commands in this list, use '\;', and it will be changed to ';' during
parsing. You may abort this during execution with the 'abort' command.
See also: abort, aliasing, dotimes, pending, restart, suspend, walk.