Hacker News new | ask | show | jobs
by subwayclub 3180 days ago
That doesn't cover the interpolation part of it, though.

    var z = "This is just a literal value";

    var q = 'This automatically runs Std.format, letting me include "$z"';