duckscript/examples/on_error_2.ds
2020-01-17 13:43:20 +00:00

8 lines
84 B
Plaintext

created = alias on_error echo
echo Going to cause an error
assert_error
echo End