func test-function($name) { echo "Hello, $name!" } $x = "Jonh" test-function $x