363738394041424344
@Override public int exec(Prog p) { Fluent S = (Fluent) getArg(0); S.stop(); return 1; } }