Hi guys, I have a little problem; the following program (example) is compiled with Nim2.0.0 but not with Nim 2.0.4! has something changed? How can it be resolved?
template init() =
import std/strformat
init()
let nome = "Andrea"
echo (fmt" Caio {nome}!!")
As said, this is a small example created on purpose but it is used to solve a problem in a more copless library, but the concept is that! Thank you by Andrea