Skip to content

IDL Problem Code 7 with alias unknown-token

Want to disable me? Check out the configuration guide to learn more.

Execution Error

This is a fatal error that prevents IDL from compiling or running code

This generic error catches any expressions or code that is detected where it isn't expected. For example, catching parentheses in function definitions:

idl
pro myPro, arg1, arg2, ()
                     ; ^^ illegal parentheses

This is a catch-all problem code that is used when we have an unexpected token that we do not expect to see.

Here is a list of specific unknown tokens we encounter:

Information

This is a catch-all for specific tokens that don't have their own problem codes.

Licensed under MIT.