!7 static L list = synchroList(); p { readLocally("list"); print("List: " + list); print("Type of list: " + list.getClass()); list.clear(); list.add("" + now()); saveLocally("list"); }