c = 3 d = 5 function wusi(a, b) d = 10 print(a + b + $c + d) end wusi(5, 6) print(d) function mod() $d = 12 end mod() print(d)