1 | static void roboDo(Runnable r) {
|
2 | roboDo(programID(), r); |
3 | } |
4 | |
5 | static void roboDo(S progID, Runnable r) {
|
6 | roboInit(progID); |
7 | try {
|
8 | callF(r); |
9 | } finally {
|
10 | print("\n[done]");
|
11 | } |
12 | } |
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: | 666 / 712 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |