# Numeric constant
Provides a constant numeric value configured by the user
Numeric constant
V
# Outputs
| ID | Abbrev | Name | Type | Default | Description |
|---|---|---|---|---|---|
value | V | Value | NUMBER | 0 | Constant numeric value |
# Configuration
| ID | Name | Type | Default | Unit | Description |
|---|---|---|---|---|---|
value | Value | NUMBER | 0 | The constant numeric value to output |
# Source Code
View Volang source
output::set("value", config::get("value"))
