Untitled2.ps1

cls
function aa($a,$b,$c)
{
    $PSBoundParameters
    bb
}
function bb
{
    cc
}
function cc
{
}
aa -c 1 2 -a 3 -d 2
return