testObj = new test( alice = 'james', bob = true ); writeDump( testObj ); testObj = new test( alice = 12, bob = false ); writeDump( testObj );