diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-01-30 14:34:53 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-01-30 14:34:53 +0200 |
| commit | 3fbe17312a7b1474b290c129ebeca9ee7c773c6e (patch) | |
| tree | ec80a2805fe2b4e64563219483e44fdc1b5697b9 /samples/interpolation.sample | |
| parent | 477579b5e8c7297efefc1ccabf8ead7c024ac4dc (diff) | |
Add string interpolation sugar
Diffstat (limited to 'samples/interpolation.sample')
| -rw-r--r-- | samples/interpolation.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/interpolation.sample b/samples/interpolation.sample new file mode 100644 index 0000000..5a0d6eb --- /dev/null +++ b/samples/interpolation.sample @@ -0,0 +1,2 @@ +"Hello world!" s. +"What's up" "Jan" "%% %%!" s. |
