Files

7 lines
85 B
Plaintext
Raw Permalink Normal View History

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