class Diary{ static write(human : int, events : Map) : String{ var entry = "We had nice travels and found a dog!" //todo: add to diary data } }