I was thinking of `fun makeBook(title: String, pub...
# tornadofx
r
I was thinking of
fun makeBook(title: String, pubname: String, chapters: List<Entry>, baseDirectory: String=".", progress: () -> Unit): Book