slangmgh Fri, 08 May 2020 03:00:25 -0700
for i in 0..5: closureScope: let x = i
test.add( proc () = echo x ) test[3]()