static <A> A dm_evalFreshOnOtherMachineWithReturnValue(S computerID, S code, O... _) {
  ret dm_evalOnOtherMachineWithReturnValue(computerID, code, paramsPlus(_, fresh := true));
}