static L getOutputOfInjections(L injections) { new L l; for (Injection i : injections) { S answer = sendToBotQuietly(i.vmPort, "get injection * variable *", i.injectionID, "print_log"); l.add(isQuoted(answer) ? unquote(answer) : ""); } ret l; }