or make JotzCollection a reference object which is more like class in other 
languages.
    
    
    type
        JotzCollection = ref object
            entries: Table[string, string]
            titleSize: uint32
            JOTZ_FILE_NAME: string
    
    
    Run

Reply via email to