I just remembered that we have {.threadvar.} pragma, see

[https://nim-lang.org/docs/manual.html#threads-threadvar-pragma](https://nim-lang.org/docs/manual.html#threads-threadvar-pragma)

which may be better than {.global.}

Application should be code like
    
    
    var myRes = split(longLine)[7]
    
    
    Run

Reply via email to