1 2 3 4 5
// LANG-COMP-001: Basic Syntax - Variables // Demonstrates: Let bindings with integers let x = 42 println(x)