synless
synless copied to clipboard
Handle errors within a program
If one word in a program fails, the rest of the program will continue executing. This is bad. We should figure out what the correct behavior is and implement it.