Well its not 1 line any more? I would just make it 3 lines :) 
    
    
    proc createMap(this: VS):ptr VSMap =
      ## Creates a new property map. It must be deallocated later with 
freeMap().
      this.vsapi.createMap()
    
    
    Run

Reply via email to