1 { 2 gsub("TYPE", type) 3 gsub("LOWER", tolower(type)) 4 gsub("PLURAL", tolower(type) "s") 5 print 6 }