Skip to content

Split Statements

Michael Aaron Murphy requested to merge mmstick:statements into master

This makes it possible to now write commands like so:

for index in $(seq 1 10); echo $index; end

Merge request reports