[]
push(Var, Value) :-
    nb_getval(Var, Old),
    nb_setval(Var, [Value|Old]).