Instances of class constant represent unique values. This uniqueness is represented and guaranteed by the object-reference.
Class constant defines the instance variables <-name and <-summary for documentation purposes.
The system defines the following constants:
| @nil | _Nothing, not-filled_ |
| @default | _Use default value_ |
The user may create constants for a specific application. Constants may not be deleted as they are automatically protected using ->protect. See also class bool.
@see class bool
constant<->name: name Name of the constant. Note that <-print_name (used by class text_item) returns <-name by default.
constant<->summary: string* Short description for documentation purposes. Similar to `class <-summary', etc.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.