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