String Interpolation with Records #2695
Unanswered
senlin-stars
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to do something along the lines of
format <template> <data>
I know that this flavour of string interpolation
"\(iso)-\(continent)"
is possible. However,record
andoutput
both are stand-ins for data so I cannot make use of cue-level string interpolation.Beta Was this translation helpful? Give feedback.
All reactions