function foo(b) print(b); endfunction var a; a.print( "hi there" ); a.foo("hi again"); print( "meth001" ); // really the instructions are being tested here..