// returns "naked" ids (without the #) static L<S> programsRunningInVM(int vmPort) { S s = sendToLocalBot(vmPort, "which programs are you running (ids only)"); new Matches m; if (match3("these: *", s, m)) { L<S> l = (L) unstructure(unquote(m.m[0])); return l; } return litlist(); }
Began life as a copy of #1001473
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment