function greet(name) print("Hello "..name) end greet("Bob")