1 2 3 4 5 6 7 8
let x = 42; let message = "Hello from dist_agent_lang!"; fn add(a, b) { return a + b; } let result = add(10, 20);