duckscript/examples/on_error_2.ds

8 lines
84 B
Plaintext
Raw Normal View History

2020-01-17 13:43:20 +00:00
created = alias on_error echo
echo Going to cause an error
assert_error
echo End