// (F: f1 f2 -- f2 f1) private int FSwapAction() { _interpreter.FStackExpect(2); _interpreter.FSwap(); return(1); }