|
|
|
|
|
by BasDirks
5173 days ago
|
|
Error handling
If your program has a runtime error or a compiletime error the interpreter
will print "Parenthesis Mismatch" to standard output and then exit.
Priceless. The sad thing is that most "modern" programming language offer basically identical erro reporting. |
|