• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1function f(x) { x = 1; print x }
2{ f($0)
3  f($1) }
4