// (F: f1 f2 -- f1 f2 f1) private int FOverAction() { _interpreter.FStackExpect(2); _interpreter.FStackFree(1); _interpreter.FOver(); return(1); }