// (F: f -- ) private int FDropAction() { _interpreter.FStackExpect(1); _interpreter.FDrop(); return(1); }