1 2 3 4 5 6 7 8 9
module is_lines fn is_lines(args []string) { for arg in args[1..] { if arg == "-n" { return true } } }