File indexing completed on 2024-04-21 03:54:20

0001 blurb = "blurb"
0002 
0003 function fooIt(arg)
0004 {
0005     return "foo " + arg;
0006 }