ace/demo/docs/powershell.ps1
2011-09-29 22:06:15 +01:00

5 lines
82 B
PowerShell

# This is a simple comment
function Hello($name) {
Write-host "Hellot $name"
}