box
box copied to clipboard
Layer composition DSL
layer do
run "one"
copy "two", "two"
run "three"
end
layer do
run "another!"
copy "woo", "woo"
end
This executes the series of commands within the block to a single layer; this would allow for the logical grouping of commands related to a particular subject.