function add(x) return x end global d = add(5) global c = print(d)