Is this possible in nim?

An example of what I mean: 
    
    
    type
      test* = object
    
    var t = test()
    var t.name = "kek" #This would fail to compile
    
    

Reply via email to