atomic property

A property that does not have an expression for the properties definition. This can be a Default Property or a property which is UNDEFINED.

In below example, property B is defined as follows is an atomic property:

B = 10;

In below example, property C which is undefined, is an atomic property:

C = UNDEFINED;

Note: The value of an atomic property can be modified directly.