"$*" multimethod

Methods

"$*"(components:Arr) Source: stdlib.ngs:4724
String expansion handler. Called automatically for every double-quoted string that has $* components.

Automatically called by NGS for syntax

"abc$*{something}def"

Example

"$*{ENV.PATH.split(":")}/od".filter(File(X))  # Find out where in PATH is the "od" binary