79602819

Date: 2025-05-02 04:49:42
Score: 2
Natty:
Report link

In PowerShell, function arguments are separated by spaces, not commas, and you don't enclose them in parentheses unless you're passing an array or an expression that evaluates to multiple arguments.

Correct way to call the function

foo "hello" "something"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Suparva Aggarwal