fn print_all(things ...string) { for x in things { println(x) } }