Names:  Rules and Suggestions

Because Raptor is a graphical language, Raptor programs tend to rely less on words than most text-based languages do.  However, words still appear in Raptor as variable names, subchart names, procedure names, and function names.  In computing circles, these names are known as identifiers, and programs must follow certain rules to build correct names or identifiers.  

Rules for Names in Raptor

 

 

In addition to the above rules which Raptor enforces without exception, there are common naming conventions that should be used to avoid confusion, make programs readable, and minimize the occurrence of errors.

 

Suggestions for Meaningful Variable Names in Raptor

 

Programmers use meaningful variable names so the names themselves identify what each variable is used for.  Below are some rules of thumb for naming variables.