Using Class, Primitive Type, or Interface Constants in Your Methods

If you were to define a ColorCerulean constant with an integer definition of 98765 for a Form class, you can refer to that constant in a number of ways in a JADE method.

Remember to enclose a string constant definition in single quotes ('') or double quote ("") characters; for example, "This is an example".