Tagged Questions
7
votes
5answers
167 views
Are there any other uses of parenthesis in powershell?
As new to Powershell world, sometime I'm stuck in the tricky syntax. That's why I'm trying to figure out all the possible uses of the parenthesis inside the language.
Do you know some more? Can you ...
0
votes
9answers
463 views
Is there a programming language that allows variable declaration at call site?
Update 2: examples removed, because they were misleading. The ones below are more relevant.
My question:
Is there a programming language with such a construct?
Update:
Now when I think about it, ...