That may be possible in script languages but nim is static typed compiled 
language. Type of "a" variable must be known on compile time. You cant change 
type of variable on runtime. So why not you go and declare "a : seq[string]" 
anyway ? Because what you're asking has no substantial benefit.

Reply via email to