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