mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
19 lines
141 B
Text
19 lines
141 B
Text
:post run = "check"
|
|
|
|
:a = [1]
|
|
:b = [2]
|
|
|
|
~ a!insert(b)
|
|
|
|
§ c
|
|
|
|
~ b!insert(3)
|
|
|
|
§ d
|
|
|
|
~ a!insert(4)
|
|
|
|
~ error("abort")
|
|
|
|
$ check
|
|
\[1,\[2,3]]: {a}
|