Concept Flow - Constant values with const val
Declare const val
Assign compile-time value
Use constant in code
Value is inlined at compile time
Cannot change value later
Program runs using constant
This flow shows how a constant is declared with const val, assigned a fixed value, used in code, and remains unchanged during program execution.