I'm trying to output bla.len in the middle of a string, but I'm getting a type mismatch error, and it's driving me insane.
How would I output an int, in the middle of a string?
And I just found it.
For anyone else new to Nim, wondering how, include strutils and use intToStr()
echo 5