Retoor software development Projects Research SearchXNG
Register Sign In

3 lines
31 B
Plaintext
Raw Normal View History

Simple string interpolation. This allows "%(...)" inside a string literal to interpolate the stringified result of an expression. It doesn't support custom interpolators or format strings, but we can consider extending that later.
2015-11-11 16:55:48 +01:00
// expect error line 3
" %() "
Reference in New Issue Copy Permalink
bc29f43bbd
wren/test/language/interpolation/empty.wren
Response time: 83ms
Mail Licenses API