• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
11+1
2
3define a (x) {
4	print "a(", x, ")\n"
5}
6
7a(10)
8
9quit
10