!747 m { !include #1001414 // SList p { new SList l; l.add("hello"); l.add("world"); print("List ID: " + l.getID()); print("History: " + structure(l.history)); } }