function testFunction() print("Hello from testFunction!") end function doAdd(a, b) return a + b end