function say_hello { echo 'Hello!' }
function say_hello() { echo 'Hello!' }
say_hello { echo 'Hello!' }
say_hello() { echo 'Hello!' }
function