Oddbean new post about | logout
 @096d2c53 I just use a string literal with interpolation and it seems to work 
 @b7c22b79 As in “\(name)”? I keep getting "No exact matches in call to instance method 'appendInterpolation’” 
 @096d2c53 yep, doing exactly that

https://files.mastodon.social/media_attachments/files/111/145/731/099/035/633/original/418a2e1f53bfc476.png 
 @b7c22b79 Weird, I can oddly do "\("test")" but an actual variable within it seems to make it freak out