meta: add build system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
func test-function($name) {
|
||||
echo "Hello, $name!"
|
||||
}
|
||||
|
||||
# Example of instantiating an FX runtime object.
|
||||
$obj = new-object -type-name fx.string -arguments "John Doe"
|
||||
|
||||
test-function -name $obj
|
||||
Reference in New Issue
Block a user