Hi,

Is it possible to declare a dynamic key in a dictionary ?

eg :

let mycounter = 0
let mycounter += 1


let myDict = { mycounter : "foo" }
let mycounter += 1

let myDict += { mycounter : "foo" }


Thanks

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to