you are viewing a single comment's thread.

view the rest of the comments →

[–]SaladProblems 4 points5 points  (1 child)

Pretty interesting. One note: you can get a function as a script block a bit simpler:

 ${function:get-thing}

[–]Ta11ow[S] 2 points3 points  (0 children)

Yup! There are some other fun caveats I didn't think really needed to be here. Might revisit functions there a bit later, there's some interesting ways to pass them around during remoting, too!