|
|
|
|
|
by hnlmorg
1940 days ago
|
|
Not directly but you can execute code dynamically. eg Get-Foo | [ bar ] | source
would be the equivalent murex code.PowerShell is definitely more sophisticated here because .bar is recognised as a method. Whereas in murex it's just a text field that you're asking the interpreter to execute as code. |
|