You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
It's just string interpolation, but restricted to .format. For formatting, it would be good not to use things that are likely to conflict with common characters (like $ or even a bare {).
Swift's method of marking interpolation comes to mind, i.e. \(expr).
In python you can do the following:
it would be nice to do the same with Formatting.
The text was updated successfully, but these errors were encountered: