:post run = "check" :a = [1] :b = [2] ~ a!insert(b) § c ~ b!insert(3) § d ~ b!insert(4) ~ error("abort") $ check \[1,\[2,3]]: {a}