• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1length($1) > max	{ max = length($1); name = $1 }
2END			{ print name }
3