Example:
var users* {.threadvar.}: seq[string] Run
var users* {.threadvar.}: seq[string]
I'm brand new to nim. Just heard about it today and I'm in love with the syntax.
I googled but couldn't find anything. I think I read it was something to do with exports, but not sure?