• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{ ++i; --j; k++; l-- }
2END { print NR, i, j, k, l }
3