mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
Still need to do:
- Tagged templates so users can control interpolation.
- Optional format strings.
But basic string interpolation is working now:
System.print("Hi, %(name)! You are %(birth - today) years old.")