static void roboDo(Runnable r) { roboDo(programID(), r); } static void roboDo(S progID, Runnable r) { roboInit(progID); try { callF(r); } finally { print("\n[done]"); } }
Began life as a copy of #1013770
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
| Snippet ID: | #1013771 |
| Snippet name: | roboDo |
| Eternal ID of this version: | #1013771/4 |
| Text MD5: | 8c929c057a04f2987495d02da9a02942 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-02-27 12:52:16 |
| Source code size: | 200 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 667 / 713 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |