slangmgh Fri, 08 May 2020 03:00:25 -0700
`import sugar var test: seq[proc ()] for i in 0..5: capture i: test.add( proc () = echo i ) test[3]() `
Run