Exeption Handling
The Prism language itself handles various syntax and logic errors in the code.
Error Message format Prism errors are simple strings of characters displayed on the screen each time they are detected.
Error Code Prism errors are accompanied by a value feedback.
Error Details This is a list of all the errors currently handled by Prism:
Function not well declared
Parenthesis or curly bracket bad placed or missed
No main in the program
Use of undeclared function
None existing variable
Here is a list of all the remaining errors to be integrated into the language:
Check good instruction line
Check for semicolon at the end of instruction line
Check for libraries import
Last updated