# A constant — decided once, never changes during play
WinningScore : int = 10
# A variable — can change while the game runs
var CurrentScore : int = 0
Verse Library
verse
04 Fragment
Shows how to declare constant values versus mutable variables for dynamic game state.
verse-library/the-grammar-of-verse/04-fragment.verse