Before it actually runs a program, SuperCollider examines the code to ensure that syntax and grammar are correct. For example, are all variable names and/or keywords spelled correctly in a program? Are statements terminated by semi-colons?
If syntax or grammar errors are found, SuperCollider writes a notification to the post window. Such messages are descriptive but terse.
////////////////////////////////////////////////////////////////////////////////////////////////////
Two helpful commands in the SuperCollider Edit menu:
////////////////////////////////////////////////////////////////////////////////////////////////////
go to 22_Runtime_errors