910111213141516171819
public class Variable extends Expression{ private static Collection c=new Collection(); public static void add(String s, int n) throws Exception { try { c.insert(new Pair(s,n)); } catch (Exception e) { c.update(s,n); } }