#Is there backtick string in Zig?

1 messages · Page 1 of 1 (latest)

proven wigeon
#

e.g.```
const foo = 42;
const bar1 = hello {foo};
const bar2 = std.fmt.comptimePrint("hello {}", .{foo});

Is bar1 possible?
edgy raft
#

no

proven wigeon
#

ok